Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c48 u32 max_rtt; /* max of all rtt in usec */ member
76 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()