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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1462 mblk_t *meta_head = meta; local
1508 if (meta == meta_head)
1543 while (meta_head != NULL &&
1545 if (!SCTP_IS_MSG_ABANDONED(meta_head))
1546 SCTP_MSG_SET_ABANDONED(meta_head);
1552 meta_head);
1565 meta_head = meta_head->b_next;
1566 if (meta_head != NULL) {
1567 mp1 = meta_head
[all...]

Completed in 62 milliseconds