Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c874 u32 bw_thresh; in bbr_check_full_bw_reached() local
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
880 if (bbr_max_bw(sk) >= bw_thresh) { in bbr_check_full_bw_reached()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds