Searched refs:bbr_max_bw (Results 1 – 1 of 1) sorted by relevance
213 static u32 bbr_max_bw(const struct sock *sk) in bbr_max_bw() function225 return bbr->lt_use_bw ? bbr->lt_bw : bbr_max_bw(sk); in bbr_bw()568 bw = bbr_max_bw(sk); in bbr_is_next_cycle_phase()795 if (!rs->is_app_limited || bw >= bbr_max_bw(sk)) { in bbr_update_bw()880 if (bbr_max_bw(sk) >= bw_thresh) { in bbr_check_full_bw_reached()881 bbr->full_bw = bbr_max_bw(sk); in bbr_check_full_bw_reached()897 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT); in bbr_check_drain()901 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT)) in bbr_check_drain()