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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_westwood.c37 u32 cumul_ack; member in struct:westwood
69 w->cumul_ack = 0;
177 * This function evaluates cumul_ack for evaluating bk in case of
185 w->cumul_ack = tp->snd_una - w->snd_una;
187 /* If cumul_ack is 0 this is a dupack since it's not moving
190 if (!w->cumul_ack) {
192 w->cumul_ack = tp->mss_cache;
195 if (w->cumul_ack > tp->mss_cache) {
197 if (w->accounted >= w->cumul_ack) {
198 w->accounted -= w->cumul_ack;
[all...]

Completed in 75 milliseconds