Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c937 mblk_t *new_reassq; in sctp_data_frag() local
981 DB_TYPE(new_reassq) = M_CTL; in sctp_data_frag()
983 new_reassq->b_cont = dmp; in sctp_data_frag()
995 sip->istr_reass = new_reassq; in sctp_data_frag()
996 new_reassq->b_next = reassq_next; in sctp_data_frag()
997 new_reassq->b_prev = NULL; in sctp_data_frag()
998 reassq_next->b_prev = new_reassq; in sctp_data_frag()
1001 reassq_prev->b_next = new_reassq; in sctp_data_frag()
1009 sip->istr_reass = new_reassq; in sctp_data_frag()
1010 new_reassq->b_prev = NULL; in sctp_data_frag()
[all …]