Home
last modified time | relevance | path

Searched refs:ctf_outstanding (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c467 ctf_outstanding(struct tcpcb *tp) in ctf_outstanding() function
482 if (rc_sacked <= ctf_outstanding(tp)) in ctf_flight_size()
483 return(ctf_outstanding(tp) - rc_sacked); in ctf_flight_size()
488 tp, rc_sacked, ctf_outstanding(tp)); in ctf_flight_size()
H A Drack_bbr_common.h98 uint32_t ctf_outstanding(struct tcpcb *tp);
H A Dbbr.c4594 out = ctf_outstanding(tp); in bbr_timeout_tlp()
8244 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_process_data()
8777 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_fastack()
11780 if (ctf_outstanding(tp) >= tp->snd_wnd) { in bbr_what_can_we_send()
11796 if ((len + ctf_outstanding(tp)) > tp->snd_wnd) { in bbr_what_can_we_send()
11798 len = tp->snd_wnd - ctf_outstanding(tp); in bbr_what_can_we_send()
11899 target += ctf_outstanding(tp); in bbr_cwnd_limiting()
12472 (ctf_outstanding(tp) >= (2 * p_maxseg)) && in bbr_output_wtime()
12650 } else if (((tp->snd_wnd - ctf_outstanding(tp)) < in bbr_output_wtime()
12857 bbr_cwnd_limiting(tp, bbr, ctf_outstanding(tp)); in bbr_output_wtime()
[all …]
H A Drack.c8564 if (tp->snd_wnd < ctf_outstanding(tp)) in rack_process_data()
9105 if (tp->snd_wnd < ctf_outstanding(tp)) { in rack_fastack()
11846 if (ctf_outstanding(tp) >= tp->snd_wnd) { in rack_what_can_we_send()
11862 if ((len + ctf_outstanding(tp)) > tp->snd_wnd) { in rack_what_can_we_send()
11864 len = tp->snd_wnd - ctf_outstanding(tp); in rack_what_can_we_send()
12532 } else if (((tp->snd_wnd - ctf_outstanding(tp)) < in rack_output()
12671 if (((tp->snd_wnd - ctf_outstanding(tp)) < segsiz) && in rack_output()
12672 (ctf_outstanding(tp) < (segsiz * 2))) { in rack_output()
12809 if ((ctf_outstanding(tp) + in rack_output()
12814 } else if (ctf_outstanding(tp) >= sbavail(sb)) { in rack_output()
[all …]