Searched refs:BBR_UNIT (Results 1 – 2 of 2) sorted by relevance
223 static int32_t bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;224 static int32_t bbr_startup_lower = BBR_UNIT * 1500 / 1000 + 1;254 static int32_t bbr_drain_gain = BBR_UNIT * 1000 / 2885;268 static int32_t bbr_cwnd_gain = BBR_UNIT * 2;275 (BBR_UNIT *5 / 4),276 (BBR_UNIT * 3 / 4),277 BBR_UNIT,278 BBR_UNIT,279 BBR_UNIT,280 BBR_UNIT,[all …]
329 #define BBR_UNIT (1 << BBR_SCALE) macro