Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_westwood.c38 u32 cumul_ack; member
69 w->cumul_ack = 0; in tcp_westwood_init()
177 * This function evaluates cumul_ack for evaluating bk in case of
185 w->cumul_ack = tp->snd_una - w->snd_una; in westwood_acked_count()
187 /* If cumul_ack is 0 this is a dupack since it's not moving 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()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_westwood.c38 u32 cumul_ack; member
69 w->cumul_ack = 0; in tcp_westwood_init()
177 * This function evaluates cumul_ack for evaluating bk in case of
185 w->cumul_ack = tp->snd_una - w->snd_una; in westwood_acked_count()
187 /* If cumul_ack is 0 this is a dupack since it's not moving 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()
[all...]

Completed in 1 milliseconds