Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_bbr.c78 #define BBR_UNIT (1 << BBR_SCALE) macro
160 static const int bbr_cwnd_gain = BBR_UNIT * 2;
165 BBR_UNIT, BBR_UNIT, BBR_UNIT, /* cruise at 1.0*bw to utilize pipe, */
166 BBR_UNIT, BBR_UNIT, BBR_UNIT /* without creating excess queue... */
189 static const u32 bbr_lt_bw_ratio = BBR_UNIT / 8;
567 if (bbr->pacing_gain == BBR_UNIT) in bbr_is_next_cycle_phase()
578 if (bbr->pacing_gain > BBR_UNIT) in bbr_is_next_cycle_phase()
588 inflight <= bbr_inflight(sk, bw, BBR_UNIT); in bbr_is_next_cycle_phase()
1002 BBR_UNIT : in bbr_update_gains()
1007 bbr->pacing_gain = BBR_UNIT; in bbr_update_gains()
[all …]