Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_illinois.c53 u8 rtt_low; /* # of rtts measurements below threshold */ member
78 ca->rtt_low = 0; in tcp_illinois_init()
151 if (++ca->rtt_low < theta) in alpha()
154 ca->rtt_low = 0; in alpha()
250 ca->rtt_low = 0; in tcp_illinois_state()