| /f-stack/freebsd/netinet/ |
| H A D | sctp_timer.c | 443 struct sctp_tmit_chunk *chk, *nchk; in sctp_recover_sent_list() local 447 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_recover_sent_list() 501 struct sctp_tmit_chunk *chk, *nchk; in sctp_mark_all_for_resend() local 563 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.sent_queue, sctp_next, nchk) { in sctp_mark_all_for_resend()
|
| H A D | sctp_pcb.c | 4625 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_stream() local 4639 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_stream() 4677 struct sctp_tmit_chunk *chk, *nchk; in sctp_free_assoc() local 4969 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { in sctp_free_assoc() 4984 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_free_assoc() 5015 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_free_assoc() 5052 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_free_assoc() 5066 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_free_assoc() 6775 struct sctp_tmit_chunk *chk, *nchk; in sctp_drain_mbufs() local 6829 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_drain_mbufs() [all …]
|
| H A D | sctp_input.c | 310 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_init() local 314 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init() 1433 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_cookie_existing() local 1894 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_process_cookie_existing() 1906 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_process_cookie_existing() 3019 struct sctp_tmit_chunk *chk, *nchk; in sctp_handle_ecn_cwr() local 3026 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.control_send_queue, sctp_next, nchk) { in sctp_handle_ecn_cwr()
|
| H A D | sctp_output.c | 6142 struct sctp_tmit_chunk *chk, *nchk; in sctp_prune_prsctp() local 6191 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_prune_prsctp() 6890 struct sctp_tmit_chunk *chk, *nchk; in sctp_toss_old_cookies() local 6892 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_toss_old_cookies() 6909 struct sctp_tmit_chunk *chk, *nchk; in sctp_toss_old_asconf() local 6913 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_toss_old_asconf() 7029 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_ctl() local 7031 TAILQ_FOREACH_SAFE(chk, &asoc->control_send_queue, sctp_next, nchk) { in sctp_clean_up_ctl() 7792 struct sctp_tmit_chunk *chk, *nchk; in sctp_med_chunk_output() local 8042 TAILQ_FOREACH_SAFE(chk, &asoc->asconf_send_queue, sctp_next, nchk) { in sctp_med_chunk_output() [all …]
|
| H A D | sctp_indata.c | 457 struct sctp_tmit_chunk *chk, *nchk; in sctp_clean_up_control() local 459 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_clean_up_control() 5387 struct sctp_tmit_chunk *chk, *nchk; in sctp_flush_reassm_for_str_seq() local 5402 TAILQ_FOREACH_SAFE(chk, &control->reasm, sctp_next, nchk) { in sctp_flush_reassm_for_str_seq()
|
| H A D | sctp_asconf.c | 2331 struct sctp_tmit_chunk *chk, *nchk; in sctp_is_addr_pending() local 2342 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) { in sctp_is_addr_pending()
|
| H A D | sctputil.c | 4229 struct sctp_tmit_chunk *chk, *nchk; in sctp_report_all_outbound() local 4248 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { in sctp_report_all_outbound() 4273 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_report_all_outbound()
|