cumul_ack          38 net/ipv4/tcp_westwood.c 	u32    cumul_ack;
cumul_ack          69 net/ipv4/tcp_westwood.c 	w->cumul_ack = 0;
cumul_ack         185 net/ipv4/tcp_westwood.c 	w->cumul_ack = tp->snd_una - w->snd_una;
cumul_ack         190 net/ipv4/tcp_westwood.c 	if (!w->cumul_ack) {
cumul_ack         192 net/ipv4/tcp_westwood.c 		w->cumul_ack = tp->mss_cache;
cumul_ack         195 net/ipv4/tcp_westwood.c 	if (w->cumul_ack > tp->mss_cache) {
cumul_ack         197 net/ipv4/tcp_westwood.c 		if (w->accounted >= w->cumul_ack) {
cumul_ack         198 net/ipv4/tcp_westwood.c 			w->accounted -= w->cumul_ack;
cumul_ack         199 net/ipv4/tcp_westwood.c 			w->cumul_ack = tp->mss_cache;
cumul_ack         201 net/ipv4/tcp_westwood.c 			w->cumul_ack -= w->accounted;
cumul_ack         208 net/ipv4/tcp_westwood.c 	return w->cumul_ack;