Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c876 u32 bw_thresh; in bbr_check_full_bw_reached() local
881 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
882 if (bbr_max_bw(sk) >= bw_thresh) { in bbr_check_full_bw_reached()