Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c177 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4; variable
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()