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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_vegas.h13 u16 cntRTT; /* # of RTTs measured within last RTT */ member in struct:vegas
H A Dtcp_vegas.c86 vegas->cntRTT = 0;
134 vegas->cntRTT++;
227 if (vegas->cntRTT <= 2) {
330 vegas->cntRTT = 0;
346 .tcpv_rttcnt = ca->cntRTT,
H A Dtcp_yeah.c141 if (yeah->vegas.cntRTT > 2) {
211 yeah->vegas.cntRTT = 0;

Completed in 131 milliseconds