Searched refs:max_rtt (Results 1 – 1 of 1) sorted by relevance
47 u32 max_rtt; /* max of all rtt in usec */ member75 ca->max_rtt = 0; in tcp_illinois_init()105 if (ca->max_rtt < rtt_us) in tcp_illinois_acked()106 ca->max_rtt = rtt_us; in tcp_illinois_acked()115 return ca->max_rtt - ca->base_rtt; in max_delay()