Searched refs:ctf_progress_timeout_check (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 153 ctf_progress_timeout_check(struct tcpcb *tp, bool log);
|
| H A D | rack_bbr_common.c | 1018 ctf_progress_timeout_check(struct tcpcb *tp, bool log) in ctf_progress_timeout_check() function
|
| H A D | bbr.c | 4581 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_tlp() 4774 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_persist() 5000 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_rxt() 9341 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_established() 9437 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_close_wait() 9589 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_1() 9702 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_closing() 9815 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_lastack() 9931 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_2()
|
| H A D | rack.c | 6199 if (ctf_progress_timeout_check(tp, true)) { in rack_timeout_tlp() 6411 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_persist() 6736 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_rxt() 11350 if (ctf_progress_timeout_check(tp, true)) { in rack_do_established() 11449 if (ctf_progress_timeout_check(tp, true)) { in rack_do_close_wait() 11604 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_1() 11717 if (ctf_progress_timeout_check(tp, true)) { in rack_do_closing() 11830 if (ctf_progress_timeout_check(tp, true)) { in rack_do_lastack() 11940 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_2() 13418 if (ctf_progress_timeout_check(tp, true)) { in rack_do_compressed_ack_processing()
|