Searched refs:bbr_max_bw (Results 1 – 1 of 1) sorted by relevance
215 static u32 bbr_max_bw(const struct sock *sk) in bbr_max_bw() function227 return bbr->lt_use_bw ? bbr->lt_bw : bbr_max_bw(sk); in bbr_bw()570 bw = bbr_max_bw(sk); in bbr_is_next_cycle_phase()797 if (!rs->is_app_limited || bw >= bbr_max_bw(sk)) { in bbr_update_bw()882 if (bbr_max_bw(sk) >= bw_thresh) { in bbr_check_full_bw_reached()883 bbr->full_bw = bbr_max_bw(sk); in bbr_check_full_bw_reached()899 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT); in bbr_check_drain()903 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT)) in bbr_check_drain()