Home
last modified time | relevance | path

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) { in sctp_asconf_send()
321 sctp->sctp_cxmit_list = nmp; in sctp_asconf_send()
323 linkb(sctp->sctp_cxmit_list, nmp); in sctp_asconf_send()
349 if (sctp->sctp_cxmit_list == NULL) { in sctp_asconf_free_cxmit()
354 mp = sctp->sctp_cxmit_list; in sctp_asconf_free_cxmit()
368 sctp->sctp_cxmit_list = NULL; in sctp_asconf_free_cxmit()
660 mp = sctp->sctp_cxmit_list; in sctp_input_asconf_ack()
801 sctp->sctp_cxmit_list = mp->b_cont; in sctp_input_asconf_ack()
830 if (sctp->sctp_cxmit_list != NULL) in sctp_input_asconf_ack()
861 sctp->sctp_cxmit_list == NULL) { in sctp_rc_timer()
[all …]
H A Dsctp_common.c1767 if (sctp->sctp_cxmit_list != NULL) in sctp_congest_reset()
1769 sctp->sctp_cxmit_list = NULL; in sctp_congest_reset()
H A Dsctp.c661 if (sctp->sctp_cxmit_list != NULL) in sctp_free()
2048 ASSERT(sctp->sctp_cxmit_list == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h891 mblk_t *sctp_cxmit_list; /* Xmit list for control chunks */ member
H A Dsctp_input.c4391 if (sctp->sctp_cxmit_list != NULL) in sctp_input_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c979 "fcsn\t\t%?x\n", sctp->sctp_cxmit_list, sctp->sctp_lcsn, in sctp()