Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_nv.c164 ca->cwnd_growth_factor = 0; in tcpnv_init()
199 if (ca->cwnd_growth_factor < 0) { 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 > 0) in tcpnv_acked()
412 ca->cwnd_growth_factor = 0; in tcpnv_acked()
421 if (ca->cwnd_growth_factor < 0 && in tcpnv_acked()
424 ca->cwnd_growth_factor++; in tcpnv_acked()
[all …]