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