Home
last modified time | relevance | path

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

/titanic_44/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()
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()
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.c2040 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 …]
H A Dsctp_common.c1747 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()
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()
2019 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.c114 for (meta = sctp->sctp_xmit_head; meta; meta = meta->b_next) { in sctp_get_status()
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c350 if (sctp_sent_list(sctp.sctp_xmit_head) < 0) in sctp_xmit_list()
783 sctp->sctp_xmit_head, sctp->sctp_xmit_tail); in sctp()