Lines Matching refs:cwnd_growth_factor
86 s8 cwnd_growth_factor; /* Current cwnd growth factor,
165 ca->cwnd_growth_factor = 0;
200 if (ca->cwnd_growth_factor < 0) {
201 cnt = tp->snd_cwnd << -ca->cwnd_growth_factor;
204 cnt = max(4U, tp->snd_cwnd >> ca->cwnd_growth_factor);
228 if (ca->cwnd_growth_factor > 0)
229 ca->cwnd_growth_factor = 0;
232 ca->cwnd_growth_factor > -8)
233 ca->cwnd_growth_factor--;
412 if (ca->cwnd_growth_factor > 0)
413 ca->cwnd_growth_factor = 0;
422 if (ca->cwnd_growth_factor < 0 &&
425 ca->cwnd_growth_factor++;
427 } else if (ca->cwnd_growth_factor >= 0 &&
431 ca->cwnd_growth_factor++;