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