Home
last modified time | relevance | path

Searched refs:sctp_xmit_head (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c305 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()
H A Dsctp_output.c513 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()
1672 mblk_t *meta = sctp->sctp_xmit_head; in sctp_rexmit()
2272 for (meta = sctp->sctp_xmit_head; meta != NULL; meta = meta->b_next) { in sctp_ss_rexmit()
H A Dsctp_shutdown.c83 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()
H A Dsctp_input.c2041 ump = sctp->sctp_xmit_head; in sctp_cumack()
2123 sctp->sctp_xmit_head = ump = nump; in sctp_cumack()
2450 mblk_t *meta = sctp->sctp_xmit_head; in sctp_check_abandoned_data()
2769 else if (sctp->sctp_xmit_head != NULL) in sctp_got_sack()
2770 mp = sctp->sctp_xmit_head->b_cont; in sctp_got_sack()
2784 mblk_t *meta = sctp->sctp_xmit_head; in sctp_got_sack()
2860 ump = sctp->sctp_xmit_head; in sctp_got_sack()
2882 sctp->sctp_xmit_head, mp1, in sctp_got_sack()
3047 ump = sctp->sctp_xmit_head; in sctp_got_sack()
3067 ump = sctp->sctp_xmit_head; in sctp_got_sack()
[all …]
H A Dsctp_common.c1749 while ((mp = sctp->sctp_xmit_head) != NULL) { in sctp_congest_reset()
1750 sctp->sctp_xmit_head = mp->b_next; in sctp_congest_reset()
1752 if (sctp->sctp_xmit_head != NULL) in sctp_congest_reset()
1753 sctp->sctp_xmit_head->b_prev = NULL; in sctp_congest_reset()
1756 sctp->sctp_xmit_head = NULL; in sctp_congest_reset()
H A Dsctp_timer.c648 if (sctp->sctp_xmit_head == NULL && in sctp_rexmit_timer()
703 ASSERT(sctp->sctp_xmit_head == NULL); in sctp_rexmit_timer()
H A Dsctp.c251 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()
2020 ASSERT(sctp->sctp_xmit_head == NULL); in sctp_conn_cache_destructor()
H A Dsctp_impl.h678 mblk_t *sctp_xmit_head; member
H A Dsctp_opt_data.c118 for (meta = sctp->sctp_xmit_head; meta; meta = meta->b_next) { in sctp_get_status()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c351 if (sctp_sent_list(sctp.sctp_xmit_head) < 0) in sctp_xmit_list()
785 sctp->sctp_xmit_head, sctp->sctp_xmit_tail); in sctp()