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

/linux-4.1.27/net/ipv4/
H A Dtcp_veno.c30 u32 basertt; /* the min of all Veno rtt measurements seen (in usec) */ member in struct:veno
66 veno->basertt = 0x7fffffff; tcp_veno_init()
84 if (vrtt < veno->basertt) tcp_veno_pkts_acked()
85 veno->basertt = vrtt; tcp_veno_pkts_acked()
147 target_cwnd = (u64)tp->snd_cwnd * veno->basertt; tcp_veno_cong_avoid()

Completed in 87 milliseconds