Home
last modified time | relevance | path

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

/linux/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()
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()