Home
last modified time | relevance | path

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

/titanic_44/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()
647 if (sctp->sctp_cxmit_list == NULL || *snp != (sctp->sctp_lcsn - 1)) { in sctp_input_asconf_ack()
654 mp = sctp->sctp_cxmit_list; in sctp_input_asconf_ack()
674 och = (sctp_chunk_hdr_t *)sctp->sctp_cxmit_list->b_rptr; in sctp_input_asconf_ack()
795 sctp->sctp_cxmit_list = mp->b_cont; in sctp_input_asconf_ack()
[all …]
H A Dsctp_common.c1765 if (sctp->sctp_cxmit_list != NULL) in sctp_congest_reset()
1767 sctp->sctp_cxmit_list = NULL; in sctp_congest_reset()
H A Dsctp.c661 if (sctp->sctp_cxmit_list != NULL) in sctp_free()
2047 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.c4381 if (sctp->sctp_cxmit_list != NULL) in sctp_input_data()
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c977 "fcsn\t\t%?x\n", sctp->sctp_cxmit_list, sctp->sctp_lcsn, in sctp()