Searched defs:hmp_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2184 mblk_t *hmp_next; local
2190 hmp_next = hmp->b_next;
2194 sctp->sctp_uo_frags = hmp_next;
2195 if (hmp_next != NULL)
2196 hmp_next->b_prev = NULL;
2200 hmp = hmp_next;
2218 mblk_t *hmp_next; local
2224 hmp_next = hmp->b_next;
2247 sip->istr_reass = hmp_next;
2248 if (hmp_next !
[all...]

Completed in 63 milliseconds