Searched refs:ctf_progress_timeout_check (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 140 ctf_progress_timeout_check(struct tcpcb *tp, bool log);
|
H A D | rack_bbr_common.c | 941 ctf_progress_timeout_check(struct tcpcb *tp, bool log) in ctf_progress_timeout_check() function
|
H A D | bbr.c | 4551 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_tlp() 4742 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_persist() 4964 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_rxt() 9287 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_established() 9384 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_close_wait() 9534 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_1() 9636 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_closing() 9738 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_lastack() 9847 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_2()
|
H A D | rack.c | 7172 if (ctf_progress_timeout_check(tp, true)) { in rack_timeout_tlp() 7397 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_persist() 7672 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_rxt() 13399 if (ctf_progress_timeout_check(tp, true)) { in rack_do_established() 13494 if (ctf_progress_timeout_check(tp, true)) { in rack_do_close_wait() 13644 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_1() 13745 if (ctf_progress_timeout_check(tp, true)) { in rack_do_closing() 13847 if (ctf_progress_timeout_check(tp, true)) { in rack_do_lastack() 13951 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_2() 16205 if (ctf_progress_timeout_check(tp, true)) { in rack_do_compressed_ack_processing()
|