Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_veno.c31 u32 basertt; /* the min of all Veno rtt measurements seen (in usec) */ member
67 veno->basertt = 0x7fffffff; in tcp_veno_init()
86 if (vrtt < veno->basertt) in tcp_veno_pkts_acked()
87 veno->basertt = vrtt; in tcp_veno_pkts_acked()
149 target_cwnd = (u64)tcp_snd_cwnd(tp) * veno->basertt; in tcp_veno_cong_avoid()