Home
last modified time | relevance | path

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

/net/ipv4/
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()
282 vegas->cntRTT = 0; in tcp_vegas_cong_avoid()
298 info->vegas.tcpv_rttcnt = ca->cntRTT; in tcp_vegas_get_info()
Dtcp_yeah.c113 if (yeah->vegas.cntRTT > 2) { in tcp_yeah_cong_avoid()
182 yeah->vegas.cntRTT = 0; in tcp_yeah_cong_avoid()
Dtcp_vegas.h14 u16 cntRTT; /* # of RTTs measured within last RTT */ member