Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 > 0) in tcpnv_acked()
[all …]