Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c86 s8 cwnd_growth_factor; /* Current cwnd growth factor, member
165 ca->cwnd_growth_factor = 0; in tcpnv_init()
200 if (ca->cwnd_growth_factor < 0) { in tcpnv_cong_avoid()
201 cnt = tp->snd_cwnd << -ca->cwnd_growth_factor; in tcpnv_cong_avoid()
204 cnt = max(4U, tp->snd_cwnd >> ca->cwnd_growth_factor); in tcpnv_cong_avoid()
228 if (ca->cwnd_growth_factor > 0) in tcpnv_state()
229 ca->cwnd_growth_factor = 0; in tcpnv_state()
232 ca->cwnd_growth_factor > -8) in tcpnv_state()
233 ca->cwnd_growth_factor--; in tcpnv_state()
412 if (ca->cwnd_growth_factor > in tcpnv_acked()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c85 s8 cwnd_growth_factor; /* Current cwnd growth factor, member
164 ca->cwnd_growth_factor = 0; in tcpnv_init()
199 if (ca->cwnd_growth_factor < 0) { in tcpnv_cong_avoid()
200 cnt = tcp_snd_cwnd(tp) << -ca->cwnd_growth_factor; in tcpnv_cong_avoid()
203 cnt = max(4U, tcp_snd_cwnd(tp) >> ca->cwnd_growth_factor); in tcpnv_cong_avoid()
227 if (ca->cwnd_growth_factor > 0) in tcpnv_state()
228 ca->cwnd_growth_factor = 0; in tcpnv_state()
231 ca->cwnd_growth_factor > -8) in tcpnv_state()
232 ca->cwnd_growth_factor--; in tcpnv_state()
411 if (ca->cwnd_growth_factor > in tcpnv_acked()
[all...]

Completed in 3 milliseconds