Home
last modified time | relevance | path

Searched defs:BBR_SCALE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c75 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
248 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec() local
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c77 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
250 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec() local

Completed in 5 milliseconds