Home
last modified time | relevance | path

Searched refs:sacp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c129 struct sctp_assoc_change *sacp; in sctp_assoc_event() local
139 if ((mp = allocb(sizeof (*sacp) + ch_len, BPRI_MED)) == NULL) { in sctp_assoc_event()
143 sacp = (struct sctp_assoc_change *)mp->b_rptr; in sctp_assoc_event()
144 sacp->sac_type = SCTP_ASSOC_CHANGE; in sctp_assoc_event()
145 sacp->sac_flags = sctp->sctp_prsctp_aware ? SCTP_PRSCTP_CAPABLE : 0; in sctp_assoc_event()
146 sacp->sac_length = sizeof (*sacp) + ch_len; in sctp_assoc_event()
147 sacp->sac_state = state; in sctp_assoc_event()
148 sacp->sac_error = error; in sctp_assoc_event()
149 sacp->sac_outbound_streams = sctp->sctp_num_ostr; in sctp_assoc_event()
150 sacp->sac_inbound_streams = sctp->sctp_num_istr; in sctp_assoc_event()
[all …]