Searched refs:sctp_cxmit_list (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c320 if (sctp->sctp_cxmit_list == NULL) {
321 sctp->sctp_cxmit_list = nmp;
323 linkb(sctp->sctp_cxmit_list, nmp);
349 if (sctp->sctp_cxmit_list == NULL) {
354 mp = sctp->sctp_cxmit_list;
368 sctp->sctp_cxmit_list = NULL;
647 if (sctp->sctp_cxmit_list == NULL || *snp != (sctp->sctp_lcsn - 1)) {
654 mp = sctp->sctp_cxmit_list;
674 och = (sctp_chunk_hdr_t *)sctp->sctp_cxmit_list->b_rptr;
795 sctp->sctp_cxmit_list
[all...]
H A Dsctp.c661 if (sctp->sctp_cxmit_list != NULL)
2047 ASSERT(sctp->sctp_cxmit_list == NULL);
H A Dsctp_common.c1765 if (sctp->sctp_cxmit_list != NULL)
1767 sctp->sctp_cxmit_list = NULL;
H A Dsctp_impl.h891 mblk_t *sctp_cxmit_list; /* Xmit list for control chunks */ member in struct:sctp_s
H A Dsctp_input.c4381 if (sctp->sctp_cxmit_list != NULL)
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c977 "fcsn\t\t%?x\n", sctp->sctp_cxmit_list, sctp->sctp_lcsn,

Completed in 89 milliseconds