Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c110 u32 nv_rtt_max_rate; /* max rate seen during current RTT */ member
132 ca->nv_rtt_max_rate = 0; in tcpnv_reset()
296 if (ca->nv_rtt_max_rate < rate) in tcpnv_acked()
297 ca->nv_rtt_max_rate = rate; in tcpnv_acked()
364 * cwnd_by_slope = nv_rtt_max_rate / slope in tcpnv_acked()
367 div64_u64(((u64)ca->nv_rtt_max_rate) * ca->nv_min_rtt, in tcpnv_acked()
442 ca->nv_rtt_max_rate = 0; in tcpnv_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c109 u32 nv_rtt_max_rate; /* max rate seen during current RTT */ member
131 ca->nv_rtt_max_rate = 0; in tcpnv_reset()
295 if (ca->nv_rtt_max_rate < rate) in tcpnv_acked()
296 ca->nv_rtt_max_rate = rate; in tcpnv_acked()
363 * cwnd_by_slope = nv_rtt_max_rate / slope in tcpnv_acked()
366 div64_u64(((u64)ca->nv_rtt_max_rate) * ca->nv_min_rtt, in tcpnv_acked()
441 ca->nv_rtt_max_rate = 0; in tcpnv_acked()

Completed in 2 milliseconds