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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_vegas.h13 u16 cntRTT; /* # of RTTs measured within last RTT */ member in struct:vegas
H A Dtcp_vegas.c82 vegas->cntRTT = 0;
130 vegas->cntRTT++;
193 if (vegas->cntRTT <= 2) {
281 vegas->cntRTT = 0;
297 .tcpv_rttcnt = ca->cntRTT,
H A Dtcp_yeah.c133 if (yeah->vegas.cntRTT > 2) {
203 yeah->vegas.cntRTT = 0;

Completed in 107 milliseconds