Searched refs:sctp_uo_frags (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c680 if (sctp->sctp_uo_frags == NULL) {
681 sctp->sctp_uo_frags = dmp;
684 hmp = sctp->sctp_uo_frags;
696 sctp->sctp_uo_frags = dmp;
758 if (sctp->sctp_uo_frags == begin) {
760 sctp->sctp_uo_frags = end->b_next;
2188 hmp = sctp->sctp_uo_frags;
2194 sctp->sctp_uo_frags = hmp_next;
H A Dsctp.c610 if (sctp->sctp_uo_frags != NULL) {
611 for (mp = sctp->sctp_uo_frags; mp != NULL; mp = mp1) {
616 sctp->sctp_uo_frags = NULL;
H A Dsctp_impl.h708 mblk_t *sctp_uo_frags; /* Un-ordered msg. fragments */ member in struct:sctp_s
H A Dsctp_opt_data.c142 for (meta = sctp->sctp_uo_frags; meta != NULL; meta = meta->b_next)
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c820 mdb_printf("unord_reass\t%?p\n", sctp->sctp_uo_frags);

Completed in 65 milliseconds