Searched refs:ctf_progress_timeout_check (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 145 ctf_progress_timeout_check(struct tcpcb *tp, bool log);
|
| H A D | rack_bbr_common.c | 1002 ctf_progress_timeout_check(struct tcpcb *tp, bool log) in ctf_progress_timeout_check() function
|
| H A D | bbr.c | 4563 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_tlp() 4754 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_persist() 4976 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_rxt() 9297 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_established() 9394 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_close_wait() 9544 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_1() 9646 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_closing() 9748 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_lastack() 9857 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_2()
|
| H A D | rack.c | 7334 if (ctf_progress_timeout_check(tp, true)) { in rack_timeout_tlp() 7533 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_persist() 7820 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_rxt() 13773 if (ctf_progress_timeout_check(tp, true)) { in rack_do_established() 13873 if (ctf_progress_timeout_check(tp, true)) { in rack_do_close_wait() 14028 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_1() 14134 if (ctf_progress_timeout_check(tp, true)) { in rack_do_closing() 14240 if (ctf_progress_timeout_check(tp, true)) { in rack_do_lastack() 14349 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_2() 16499 if (ctf_progress_timeout_check(tp, true)) { in rack_do_compressed_ack_processing()
|