Lines Matching refs:ctf_outstanding
4571 out = ctf_outstanding(tp); in bbr_timeout_tlp()
8171 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_process_data()
8411 (sbavail(&so->so_snd) > ctf_outstanding(tp))) { in bbr_process_data()
8684 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_fastack()
10549 if ((ctf_outstanding(bbr->rc_tp) >= bbr->r_ctl.rc_target_at_state) || in bbr_set_probebw_gains()
10550 ((ctf_outstanding(bbr->rc_tp) + bbr->rc_tp->t_maxseg - 1) >= in bbr_set_probebw_gains()
11655 if (ctf_outstanding(tp) >= tp->snd_wnd) { in bbr_what_can_we_send()
11671 if ((len + ctf_outstanding(tp)) > tp->snd_wnd) { in bbr_what_can_we_send()
11673 len = tp->snd_wnd - ctf_outstanding(tp); in bbr_what_can_we_send()
11760 target += ctf_outstanding(tp); in bbr_cwnd_limiting()
12328 (ctf_outstanding(tp) >= (2 * p_maxseg)) && in bbr_output_wtime()
12506 } else if (((tp->snd_wnd - ctf_outstanding(tp)) < in bbr_output_wtime()
12708 if ((ctf_outstanding(tp) + min((bbr->r_ctl.rc_high_rwnd/2), bbr_minseg(bbr))) >= in bbr_output_wtime()
12712 bbr_cwnd_limiting(tp, bbr, ctf_outstanding(tp)); in bbr_output_wtime()
12720 } else if (ctf_outstanding(tp) >= sbavail(sb)) { in bbr_output_wtime()
12723 bbr_cwnd_limiting(tp, bbr, ctf_outstanding(tp)); in bbr_output_wtime()
12734 bbr_cwnd_limiting(tp, bbr, ctf_outstanding(tp)); in bbr_output_wtime()