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 | 945 ctf_progress_timeout_check(struct tcpcb *tp, bool log) in ctf_progress_timeout_check() function
|
H A D | bbr.c | 4553 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_tlp() 4744 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_persist() 4966 if (ctf_progress_timeout_check(tp, true)) { in bbr_timeout_rxt() 9289 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_established() 9386 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_close_wait() 9536 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_1() 9638 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_closing() 9740 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_lastack() 9849 if (ctf_progress_timeout_check(tp, true)) { in bbr_do_fin_wait_2()
|
H A D | rack.c | 7173 if (ctf_progress_timeout_check(tp, true)) { in rack_timeout_tlp() 7398 if (ctf_progress_timeout_check(tp, false)) { in rack_timeout_persist() 7673 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() 16208 if (ctf_progress_timeout_check(tp, true)) { in rack_do_compressed_ack_processing()
|