Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_illinois.c46 u32 base_rtt; /* min of all rtt in usec */ member
74 ca->base_rtt = 0x7fffffff; in tcp_illinois_init()
100 if (ca->base_rtt > rtt) in tcp_illinois_acked()
101 ca->base_rtt = rtt; in tcp_illinois_acked()
114 return ca->max_rtt - ca->base_rtt; in max_delay()
123 return t - ca->base_rtt; in avg_delay()
311 info->vegas.tcpv_minrtt = ca->base_rtt; in tcp_illinois_info()