Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c54 u8 rtt_low; /* # of rtts measurements below threshold */ member
79 ca->rtt_low = 0; in tcp_illinois_init()
152 if (++ca->rtt_low < theta) in alpha()
155 ca->rtt_low = 0; in alpha()
251 ca->rtt_low = 0; in tcp_illinois_state()