Searched refs:sndcnt (Results 1 – 1 of 1) sorted by relevance
2476 int sndcnt = 0; in tcp_cwnd_reduction() local2488 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()2491 sndcnt = min_t(int, delta, in tcp_cwnd_reduction()2495 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()2497 sndcnt = max(sndcnt, (fast_rexmit ? 1 : 0)); in tcp_cwnd_reduction()2498 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()