Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c39 * nv_min_cwnd Don't decrease cwnd below this if there are no losses
61 static int nv_min_cwnd __read_mostly = 2;
78 module_param(nv_min_cwnd, int, 0644);
79 MODULE_PARM_DESC(nv_min_cwnd, "NV will not decrease cwnd below this value"
95 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is member
100 * the file local nv_min_cwnd */
163 ca->nv_min_cwnd = NV_MIN_CWND; in tcpnv_init()
261 if (ca->nv_catchup && tp->snd_cwnd >= nv_min_cwnd) { in tcpnv_acked()
331 /* Every so often we decrease ca->nv_min_cwnd in case previous in tcpnv_acked()
334 ca->nv_min_cwnd in tcpnv_acked()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c38 * nv_min_cwnd Don't decrease cwnd below this if there are no losses
60 static int nv_min_cwnd __read_mostly = 2;
77 module_param(nv_min_cwnd, int, 0644);
78 MODULE_PARM_DESC(nv_min_cwnd, "NV will not decrease cwnd below this value"
94 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is member
99 * the file local nv_min_cwnd */
162 ca->nv_min_cwnd = NV_MIN_CWND; in tcpnv_init()
260 if (ca->nv_catchup && tcp_snd_cwnd(tp) >= nv_min_cwnd) { in tcpnv_acked()
330 /* Every so often we decrease ca->nv_min_cwnd in case previous in tcpnv_acked()
333 ca->nv_min_cwnd in tcpnv_acked()
[all...]

Completed in 2 milliseconds