/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 437 struct sctp_tmit_chunk *chk, *nchk; in sctp_recover_sent_list() local 441 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_recover_sent_list() 495 struct sctp_tmit_chunk *chk, *nchk; in sctp_mark_all_for_resend() local 559 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) { in sctp_mark_all_for_resend()
|
H A D | sctp_pcb.c | 4506 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_stream() local 4520 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_stream() 4558 struct sctp_tmit_chunk *chk, *nchk; in sctp_free_assoc() local 4833 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { in sctp_free_assoc() 4848 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_free_assoc() 4879 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_free_assoc() 4916 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_free_assoc() 4930 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_free_assoc() 6630 struct sctp_tmit_chunk *chk, *nchk; in sctp_drain_mbufs() local 6684 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_drain_mbufs() [all …]
|
H A D | sctp_input.c | 269 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_init() local 273 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init() 1361 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_cookie_existing() local 1837 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_process_cookie_existing() 1852 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_process_cookie_existing() 2978 struct sctp_tmit_chunk *chk, *nchk; in sctp_handle_ecn_cwr() local 2985 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.control_send_queue, sctp_next, nchk) { in sctp_handle_ecn_cwr()
|
H A D | sctp_output.c | 6213 struct sctp_tmit_chunk *chk, *nchk; in sctp_prune_prsctp() local 6262 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_prune_prsctp() 6991 struct sctp_tmit_chunk *chk, *nchk; in sctp_toss_old_cookies() local 6993 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_toss_old_cookies() 7010 struct sctp_tmit_chunk *chk, *nchk; in sctp_toss_old_asconf() local 7014 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_toss_old_asconf() 7130 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_ctl() local 7132 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_clean_up_ctl() 7835 struct sctp_tmit_chunk *chk, *nchk; in sctp_med_chunk_output() local 8086 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_med_chunk_output() [all …]
|
H A D | sctp_indata.c | 454 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_control() local 456 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_control() 5374 struct sctp_tmit_chunk *chk, *nchk; in sctp_flush_reassm_for_str_seq() local 5394 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_flush_reassm_for_str_seq()
|
H A D | sctp_asconf.c | 2327 struct sctp_tmit_chunk *chk, *nchk; in sctp_is_addr_pending() local 2338 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) { in sctp_is_addr_pending()
|
H A D | sctputil.c | 4264 struct sctp_tmit_chunk *chk, *nchk; in sctp_report_all_outbound() local 4283 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_report_all_outbound() 4308 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_report_all_outbound()
|