Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c92 nv_catchup:1; /* whether we are growing because member
164 ca->nv_catchup = 0; in tcpnv_init()
261 if (ca->nv_catchup && tp->snd_cwnd >= nv_min_cwnd) { in tcpnv_acked()
262 ca->nv_catchup = 0; in tcpnv_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c91 nv_catchup:1; /* whether we are growing because member
163 ca->nv_catchup = 0; in tcpnv_init()
260 if (ca->nv_catchup && tcp_snd_cwnd(tp) >= nv_min_cwnd) { in tcpnv_acked()
261 ca->nv_catchup = 0; in tcpnv_acked()

Completed in 3 milliseconds