Searched refs:sctp_cxmit_list (Results 1 – 6 of 6) sorted by relevance
320 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 …]
1765 if (sctp->sctp_cxmit_list != NULL) in sctp_congest_reset()1767 sctp->sctp_cxmit_list = NULL; in sctp_congest_reset()
661 if (sctp->sctp_cxmit_list != NULL) in sctp_free()2047 ASSERT(sctp->sctp_cxmit_list == NULL); in sctp_conn_cache_destructor()
891 mblk_t *sctp_cxmit_list; /* Xmit list for control chunks */ member
4381 if (sctp->sctp_cxmit_list != NULL) in sctp_input_data()
977 "fcsn\t\t%?x\n", sctp->sctp_cxmit_list, sctp->sctp_lcsn, in sctp()