Home
last modified time | relevance | path

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.c681 if (sctp->sctp_uo_frags == NULL) { in sctp_uodata_frag()
682 sctp->sctp_uo_frags = dmp; in sctp_uodata_frag()
685 hmp = sctp->sctp_uo_frags; in sctp_uodata_frag()
697 sctp->sctp_uo_frags = dmp; in sctp_uodata_frag()
759 if (sctp->sctp_uo_frags == begin) { in sctp_uodata_frag()
761 sctp->sctp_uo_frags = end->b_next; in sctp_uodata_frag()
2190 hmp = sctp->sctp_uo_frags; in sctp_ftsn_check_uo_frag()
2196 sctp->sctp_uo_frags = hmp_next; in sctp_ftsn_check_uo_frag()
H A Dsctp.c610 if (sctp->sctp_uo_frags != NULL) { in sctp_instream_cleanup()
611 for (mp = sctp->sctp_uo_frags; mp != NULL; mp = mp1) { in sctp_instream_cleanup()
616 sctp->sctp_uo_frags = NULL; in sctp_instream_cleanup()
H A Dsctp_impl.h708 mblk_t *sctp_uo_frags; /* Un-ordered msg. fragments */ member
H A Dsctp_opt_data.c147 for (meta = sctp->sctp_uo_frags; meta != NULL; meta = meta->b_next) in sctp_get_status()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c822 mdb_printf("unord_reass\t%?p\n", sctp->sctp_uo_frags); in sctp()