Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c77 MODULE_PARM_DESC(nv_reset_period, "nv_min_rtt reset period (secs)");
103 u32 nv_min_rtt; /* active min rtt. Used to determine slope */ member
161 ca->nv_min_rtt = NV_INIT_RTT; in tcpnv_init()
280 ca->nv_min_rtt = avg_rtt << 1; in tcpnv_acked()
307 if (avg_rtt < ca->nv_min_rtt) in tcpnv_acked()
308 ca->nv_min_rtt = avg_rtt; in tcpnv_acked()
314 /* nv_min_rtt is updated with the minimum (possibley averaged) rtt in tcpnv_acked()
316 * warm reset). This new nv_min_rtt will be continued to be updated in tcpnv_acked()
326 ca->nv_min_rtt = ca->nv_min_rtt_new; in tcpnv_acked()
363 * slope = 80000.0 * mss / nv_min_rtt in tcpnv_acked()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c76 MODULE_PARM_DESC(nv_reset_period, "nv_min_rtt reset period (secs)");
102 u32 nv_min_rtt; /* active min rtt. Used to determine slope */ member
160 ca->nv_min_rtt = NV_INIT_RTT; in tcpnv_init()
279 ca->nv_min_rtt = avg_rtt << 1; in tcpnv_acked()
306 if (avg_rtt < ca->nv_min_rtt) in tcpnv_acked()
307 ca->nv_min_rtt = avg_rtt; in tcpnv_acked()
313 /* nv_min_rtt is updated with the minimum (possibley averaged) rtt in tcpnv_acked()
315 * warm reset). This new nv_min_rtt will be continued to be updated in tcpnv_acked()
325 ca->nv_min_rtt = ca->nv_min_rtt_new; in tcpnv_acked()
362 * slope = 80000.0 * mss / nv_min_rtt in tcpnv_acked()
[all...]

Completed in 2 milliseconds