Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c145 static const int bbr_pacing_margin_percent = 1; variable
249 rate *= USEC_PER_SEC / 100 * (100 - bbr_pacing_margin_percent); in bbr_rate_bytes_per_sec()