Home | History | Annotate | Download | only in netinet

Lines Matching defs:sac

1867 	struct sctp_assoc_change *sac;
1911 sac = mtod(m_notify, struct sctp_assoc_change *);
1912 sac->sac_type = SCTP_ASSOC_CHANGE;
1913 sac->sac_flags = 0;
1914 sac->sac_length = sizeof(struct sctp_assoc_change);
1915 sac->sac_state = event;
1916 sac->sac_error = error;
1918 sac->sac_outbound_streams = stcb->asoc.streamoutcnt;
1919 sac->sac_inbound_streams = stcb->asoc.streamincnt;
1920 sac->sac_assoc_id = sctp_get_associd(stcb);