Searched refs:sent_queue (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/netinet/ |
| H A D | sctp_timer.c | 113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_audit_retranmission_queue() 431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_mark_all_for_resend() 440 TAILQ_REMOVE(&stcb->asoc.sent_queue, chk, sctp_next); in sctp_mark_all_for_resend() 443 &stcb->asoc.sent_queue); in sctp_mark_all_for_resend() 512 &stcb->asoc.sent_queue); in sctp_mark_all_for_resend() 660 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_mark_all_for_resend() 1227 (TAILQ_EMPTY(&stcb->asoc.sent_queue))) { in sctp_audit_stream_queues_for_size() 1261 (TAILQ_EMPTY(&stcb->asoc.sent_queue))) { in sctp_heartbeat_timer() 1389 TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_autoclose_timer()
|
| H A D | sctp_input.c | 594 !TAILQ_EMPTY(&asoc->sent_queue)); in sctp_handle_shutdown() 598 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown() 642 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown_ack() 2206 if (!TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_handle_cookie_ack() 2209 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_cookie_ack() 2243 lchk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_handle_ecn_echo() 2359 !TAILQ_EMPTY(&asoc->sent_queue) || in sctp_handle_shutdown_complete() 2381 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in process_chunk_drop() 2398 tp1 = TAILQ_FIRST(&stcb->asoc.sent_queue); in process_chunk_drop() 2480 TAILQ_FOREACH(tp1, &stcb->asoc.sent_queue, sctp_next) { in process_chunk_drop() [all …]
|
| H A D | sctp_indata.c | 2742 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_segments() 2766 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_segments() 2872 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_check_for_revoked() 2961 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_strike_gap_ack_chunks() 2984 &asoc->sent_queue); in sctp_strike_gap_ack_chunks() 3199 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_try_advance_peer_ack_point() 3241 &asoc->sent_queue); in sctp_try_advance_peer_ack_point() 3610 if (TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_handle_sack() 3653 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_sack() 3806 tp1 = TAILQ_FIRST(&asoc->sent_queue); in sctp_handle_sack() [all...] |
| H A D | sctputil.c | 472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing() 540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing() 791 TAILQ_INIT(&asoc->sent_queue); in sctp_init_asoc() 915 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_timeout_handler() 1622 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_mtu_size_reset() 2624 if (!TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_report_all_outbound() 2625 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_report_all_outbound() 2627 TAILQ_REMOVE(&asoc->sent_queue, chk, sctp_next); in sctp_report_all_outbound() 2641 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_report_all_outbound() 3399 TAILQ_INSERT_TAIL(&stcb->asoc.sent_queue, tp1, in sctp_release_pr_sctp_chunk() [all …]
|
| H A D | sctp_structs.h | 322 struct sctpchunk_listhead sent_queue; member
|
| H A D | sctp_output.c | 3917 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_prune_prsctp() 3952 &asoc->sent_queue); in sctp_prune_prsctp() 4526 TAILQ_EMPTY(&asoc->sent_queue) && 4905 TAILQ_INSERT_TAIL(&asoc->sent_queue, 5372 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { 5375 printf("We have %d chunks on the sent_queue\n", chk_cnt); 6464 * sent_queue marked for resend and bundle them all together 6489 if (TAILQ_EMPTY(&asoc->sent_queue)) { 6585 if (TAILQ_EMPTY(&asoc->sent_queue)) { 6604 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_nex [all...] |
| H A D | sctp_pcb.c | 2078 TAILQ_EMPTY(&asoc->asoc.sent_queue)) { in sctp_inpcb_free() 3182 if (!TAILQ_EMPTY(&asoc->sent_queue)) { in sctp_free_assoc() 3183 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_free_assoc() 3185 TAILQ_REMOVE(&asoc->sent_queue, chk, sctp_next); in sctp_free_assoc() 3194 chk = TAILQ_FIRST(&asoc->sent_queue); in sctp_free_assoc()
|
| H A D | sctp_usrreq.c | 303 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_notify_mbuf() 757 TAILQ_EMPTY(&asoc->sent_queue) && in sctp_disconnect() 855 TAILQ_EMPTY(&asoc->sent_queue) && in sctp_shutdown()
|
| /netbsd-src/sys/netinet6/ |
| H A D | sctp6_usrreq.c | 361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp6_notify_mbuf() 736 TAILQ_EMPTY(&asoc->sent_queue) && in sctp6_disconnect()
|