Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_vegas.c82 vegas->cntRTT = 0; in vegas_enable()
130 vegas->cntRTT++; in tcp_vegas_pkts_acked()
192 if (vegas->cntRTT <= 2) { in tcp_vegas_cong_avoid()
281 vegas->cntRTT = 0; in tcp_vegas_cong_avoid()
297 info->vegas.tcpv_rttcnt = ca->cntRTT; in tcp_vegas_get_info()
A Dtcp_yeah.c113 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
182 yeah->vegas.cntRTT = 0; in tcp_yeah_cong_avoid()
A Dtcp_vegas.h14 u16 cntRTT; /* # of RTTs measured within last RTT */ member

Completed in 5 milliseconds