Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_westwood.c37 u32 cumul_ack; member
68 w->cumul_ack = 0; in tcp_westwood_init()
183 w->cumul_ack = tp->snd_una - w->snd_una; in westwood_acked_count()
188 if (!w->cumul_ack) { in westwood_acked_count()
190 w->cumul_ack = tp->mss_cache; in westwood_acked_count()
193 if (w->cumul_ack > tp->mss_cache) { in westwood_acked_count()
195 if (w->accounted >= w->cumul_ack) { in westwood_acked_count()
196 w->accounted -= w->cumul_ack; in westwood_acked_count()
197 w->cumul_ack = tp->mss_cache; in westwood_acked_count()
199 w->cumul_ack -= w->accounted; in westwood_acked_count()
[all …]