Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c177 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4; variable
864 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c179 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4; variable
866 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited
881 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()

Completed in 8 milliseconds