Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_westwood.c38 u32 cumul_ack; member
69 w->cumul_ack = 0; in tcp_westwood_init()
185 w->cumul_ack = tp->snd_una - w->snd_una; in westwood_acked_count()
190 if (!w->cumul_ack) { in westwood_acked_count()
192 w->cumul_ack = tp->mss_cache; in westwood_acked_count()
195 if (w->cumul_ack > tp->mss_cache) { in westwood_acked_count()
197 if (w->accounted >= w->cumul_ack) { in westwood_acked_count()
198 w->accounted -= w->cumul_ack; in westwood_acked_count()
199 w->cumul_ack = tp->mss_cache; in westwood_acked_count()
201 w->cumul_ack -= w->accounted; in westwood_acked_count()
[all …]