Home
last modified time | relevance | path

Searched refs:send_queue (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_timer.c704 if (TAILQ_EMPTY(&stcb->asoc.send_queue)) { in sctp_mark_all_for_resend()
707 chk->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.tsn; in sctp_mark_all_for_resend()
1393 if ((TAILQ_EMPTY(&stcb->asoc.send_queue)) && in sctp_audit_stream_queues_for_size()
1443 (TAILQ_EMPTY(&stcb->asoc.send_queue)) && in sctp_heartbeat_timer()
1565 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_autoclose_timer()
H A Dsctp_input.c314 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init()
316 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_process_init()
949 if (!TAILQ_EMPTY(&asoc->send_queue) || in sctp_handle_shutdown()
1013 if (!TAILQ_EMPTY(&asoc->send_queue) || in sctp_handle_shutdown_ack()
2914 lchk = TAILQ_LAST(&stcb->asoc.send_queue, sctpchunk_listhead); in sctp_handle_ecn_echo()
3074 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) || in sctp_handle_shutdown_complete()
3182 if (TAILQ_EMPTY(&stcb->asoc.send_queue)) { in process_chunk_drop()
3185 tp1->rec.data.fast_retran_tsn = (TAILQ_FIRST(&stcb->asoc.send_queue))->rec.data.tsn; in process_chunk_drop()
4837 if (TAILQ_EMPTY(&stcb->asoc.send_queue) && in sctp_process_control()
H A Dsctp_indata.c3317 tp1 = TAILQ_FIRST(&stcb->asoc.send_queue); in sctp_strike_gap_ack_chunks()
3702 if (TAILQ_EMPTY(&asoc->send_queue)) { in sctp_strike_gap_ack_chunks()
3721 ttt = TAILQ_FIRST(&asoc->send_queue); in sctp_strike_gap_ack_chunks()
4292 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_express_handle_sack()
4540 TAILQ_EMPTY(&asoc->send_queue) && in sctp_handle_sack()
4960 if (TAILQ_EMPTY(&asoc->send_queue) && TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_handle_sack()
H A Dsctp_cc_functions.c205 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_cwnd_update_after_fr()
1705 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_hs_cwnd_update_after_fr()
2238 lchk = TAILQ_FIRST(&asoc->send_queue); in sctp_htcp_cwnd_update_after_fr()
H A Dsctp_structs.h829 struct sctpchunk_listhead send_queue; member
H A Dsctp_output.c6657 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_sendall_iterator()
6705 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_sendall_iterator()
6946 TAILQ_REMOVE(&asoc->send_queue, data_list[i], sctp_next); in sctp_clean_up_datalist()
7646 TAILQ_INSERT_TAIL(&asoc->send_queue, chk, sctp_next); in sctp_move_to_outqueue()
7761 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_move_chunks_from_net()
7846 TAILQ_EMPTY(&asoc->send_queue) && in sctp_med_chunk_output()
7882 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_med_chunk_output()
7946 TAILQ_EMPTY(&asoc->send_queue)) { in sctp_med_chunk_output()
10161 TAILQ_EMPTY(&asoc->send_queue) && in sctp_chunk_output()
13479 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_lower_sosend()
[all …]
H A Dsctp_usrreq.c119 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) { in sctp_pathmtu_adjustment()
725 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_disconnect()
771 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_disconnect()
933 TAILQ_EMPTY(&asoc->send_queue) && in sctp_shutdown()
955 if (TAILQ_EMPTY(&asoc->send_queue) && in sctp_shutdown()
4854 if (!TAILQ_EMPTY(&stcb->asoc.send_queue) ||
5158 if (TAILQ_EMPTY(&stcb->asoc.send_queue) &&
6117 if (TAILQ_EMPTY(&stcb->asoc.send_queue) &&
H A Dsctputil.c1338 TAILQ_INIT(&asoc->send_queue); in sctp_init_asoc()
2911 TAILQ_FOREACH(chk, &asoc->send_queue, sctp_next) { in sctp_mtu_size_reset()
4273 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_report_all_outbound()
4274 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_report_all_outbound()
5085 TAILQ_FOREACH_SAFE(tp1, &stcb->asoc.send_queue, sctp_next, tp2) { in sctp_release_pr_sctp_chunk()
5114 TAILQ_REMOVE(&stcb->asoc.send_queue, tp1, sctp_next); in sctp_release_pr_sctp_chunk()
H A Dsctp_pcb.c3417 } else if (TAILQ_EMPTY(&asoc->asoc.send_queue) && in sctp_inpcb_free()
3455 if (TAILQ_EMPTY(&asoc->asoc.send_queue) && in sctp_inpcb_free()
4984 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_free_assoc()
4992 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_free_assoc()