Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c76 #define BBR_UNIT (1 << BBR_SCALE) macro
152 static const int bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;
156 static const int bbr_drain_gain = BBR_UNIT * 1000 / 2885;
158 static const int bbr_cwnd_gain = BBR_UNIT * 2;
161 BBR_UNIT * 5 / 4, /* probe for more available bw */
162 BBR_UNIT * 3 / 4, /* drain queue and/or yield bw to other flows */
163 BBR_UNIT, BBR_UNIT, BBR_UNIT, /* cruise at 1.0*bw to utilize pipe, */
164 BBR_UNIT, BBR_UNI
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c78 #define BBR_UNIT (1 << BBR_SCALE) macro
154 static const int bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;
158 static const int bbr_drain_gain = BBR_UNIT * 1000 / 2885;
160 static const int bbr_cwnd_gain = BBR_UNIT * 2;
163 BBR_UNIT * 5 / 4, /* probe for more available bw */
164 BBR_UNIT * 3 / 4, /* drain queue and/or yield bw to other flows */
165 BBR_UNIT, BBR_UNIT, BBR_UNIT, /* cruise at 1.0*bw to utilize pipe, */
166 BBR_UNIT, BBR_UNI
[all...]

Completed in 3 milliseconds