Searched refs:sctp_xmit_head (Results 1 – 10 of 10) sorted by relevance
305 while ((mp = sctp->sctp_xmit_head) != NULL) { in sctp_regift_xmitlist()306 sctp->sctp_xmit_head = mp->b_next; in sctp_regift_xmitlist()308 if (sctp->sctp_xmit_head != NULL) in sctp_regift_xmitlist()309 sctp->sctp_xmit_head->b_prev = NULL; in sctp_regift_xmitlist()
513 sctp->sctp_xmit_head = sctp->sctp_xmit_tail = mdblk; in sctp_chunkify()707 for (meta = sctp->sctp_xmit_head; meta != NULL; meta = meta->b_next) { in sctp_find_fast_rexmit_mblks()841 sctp->sctp_xmit_head, meta)); in sctp_get_msg_to_send()864 ASSERT(sctp_verify_chain(sctp->sctp_xmit_head, in sctp_get_msg_to_send()874 ASSERT(sctp->sctp_xmit_head == meta); in sctp_get_msg_to_send()875 sctp->sctp_xmit_head = tmp_meta; in sctp_get_msg_to_send()949 ASSERT(sctp_verify_chain(sctp->sctp_xmit_head, sctp->sctp_xmit_tail)); in sctp_get_msg_to_send()962 ASSERT(sctp->sctp_xmit_head != NULL); in sctp_fast_rexmit()1670 mblk_t *meta = sctp->sctp_xmit_head; in sctp_rexmit()2270 for (meta = sctp->sctp_xmit_head; meta != NULL; meta = meta->b_next) { in sctp_ss_rexmit()
83 if (sctp->sctp_xmit_head != NULL || sctp->sctp_xmit_unsent != NULL) { in sctp_send_shutdown()175 if (sctp->sctp_xmit_head != NULL || sctp->sctp_xmit_unsent != NULL) in sctp_shutdown_received()
2040 ump = sctp->sctp_xmit_head; in sctp_cumack()2122 sctp->sctp_xmit_head = ump = nump; in sctp_cumack()2151 ASSERT(sctp->sctp_xmit_head || sctp->sctp_unacked == 0); in sctp_cumack()2449 mblk_t *meta = sctp->sctp_xmit_head; in sctp_check_abandoned_data()2768 else if (sctp->sctp_xmit_head != NULL) in sctp_got_sack()2769 mp = sctp->sctp_xmit_head->b_cont; in sctp_got_sack()2783 mblk_t *meta = sctp->sctp_xmit_head; in sctp_got_sack()2849 mblk_t *mp2 = sctp->sctp_xmit_head->b_cont; in sctp_got_sack()2859 ump = sctp->sctp_xmit_head; in sctp_got_sack()2881 sctp->sctp_xmit_head, mp1, in sctp_got_sack()[all …]
1747 while ((mp = sctp->sctp_xmit_head) != NULL) { in sctp_congest_reset()1748 sctp->sctp_xmit_head = mp->b_next; in sctp_congest_reset()1750 if (sctp->sctp_xmit_head != NULL) in sctp_congest_reset()1751 sctp->sctp_xmit_head->b_prev = NULL; in sctp_congest_reset()1754 sctp->sctp_xmit_head = NULL; in sctp_congest_reset()
648 if (sctp->sctp_xmit_head == NULL && in sctp_rexmit_timer()703 ASSERT(sctp->sctp_xmit_head == NULL); in sctp_rexmit_timer()
251 if (sctp->sctp_xmit_head || sctp->sctp_xmit_unsent) { in sctp_clean_death()322 if (sctp->sctp_xmit_head == NULL && in sctp_disconnect()551 ump = sctp->sctp_xmit_head; in sctp_free_xmit_data()552 sctp->sctp_xmit_tail = sctp->sctp_xmit_head = NULL; in sctp_free_xmit_data()2019 ASSERT(sctp->sctp_xmit_head == NULL); in sctp_conn_cache_destructor()
678 mblk_t *sctp_xmit_head; member
114 for (meta = sctp->sctp_xmit_head; meta; meta = meta->b_next) { in sctp_get_status()
350 if (sctp_sent_list(sctp.sctp_xmit_head) < 0) in sctp_xmit_list()783 sctp->sctp_xmit_head, sctp->sctp_xmit_tail); in sctp()