Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c2625 int sndcnt = 0; in tcp_cwnd_reduction() local
2635 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()
2638 sndcnt = min_t(int, delta, in tcp_cwnd_reduction()
2642 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()
2645 sndcnt = max(sndcnt, (tp->prr_out ? 0 : 1)); in tcp_cwnd_reduction()
2646 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()