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 | 4546 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_tlp() 4737 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_persist() 4959 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_rxt() 9282 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_established() 9379 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_close_wait() 9529 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_1() 9631 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_closing() 9733 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_lastack() 9842 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_2()
|
H A D | rack.c | 7166 if (ctf_progress_timeout_check(tp, true)) { in rack_timeout_tlp() 7391 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_persist() 7666 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_rxt() 13393 if (ctf_progress_timeout_check(tp, true)) { in rack_do_established() 13488 if (ctf_progress_timeout_check(tp, true)) { in rack_do_close_wait() 13638 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_1() 13739 if (ctf_progress_timeout_check(tp, true)) { in rack_do_closing() 13841 if (ctf_progress_timeout_check(tp, true)) { in rack_do_lastack() 13945 if (ctf_progress_timeout_check(tp, true)) { in rack_do_fin_wait_2() 16197 if (ctf_progress_timeout_check(tp, true)) { in rack_do_compressed_ack_processing()
|