Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bbr.c215 static u32 bbr_max_bw(const struct sock *sk) in bbr_max_bw() function
227 return bbr->lt_use_bw ? bbr->lt_bw : bbr_max_bw(sk); in bbr_bw()
571 bw = bbr_max_bw(sk); in bbr_is_next_cycle_phase()
798 if (!rs->is_app_limited || bw >= bbr_max_bw(sk)) { in bbr_update_bw()
883 if (bbr_max_bw(sk) >= bw_thresh) { in bbr_check_full_bw_reached()
884 bbr->full_bw = bbr_max_bw(sk); in bbr_check_full_bw_reached()
900 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT); in bbr_check_drain()
904 bbr_inflight(sk, bbr_max_bw(sk), BBR_UNIT)) in bbr_check_drain()