Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c102 u32 nv_last_rtt; /* last rtt */ member
131 ca->nv_last_rtt = 0; in tcpnv_reset()
274 if (ca->nv_last_rtt > 0) { in tcpnv_acked()
276 ((u64)ca->nv_last_rtt) in tcpnv_acked()
282 ca->nv_last_rtt = avg_rtt; in tcpnv_acked()
462 info->vegas.tcpv_rtt = ca->nv_last_rtt; in tcpnv_get_info()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c101 u32 nv_last_rtt; /* last rtt */ member
130 ca->nv_last_rtt = 0; in tcpnv_reset()
273 if (ca->nv_last_rtt > 0) { in tcpnv_acked()
275 ((u64)ca->nv_last_rtt) in tcpnv_acked()
281 ca->nv_last_rtt = avg_rtt; in tcpnv_acked()
461 info->vegas.tcpv_rtt = ca->nv_last_rtt; in tcpnv_get_info()

Completed in 2 milliseconds