Searched refs:sndcnt (Results 1 – 1 of 1) sorted by relevance
2635 int sndcnt = 0; in tcp_cwnd_reduction() local2645 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()2647 sndcnt = min_t(int, delta, in tcp_cwnd_reduction()2651 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()2654 sndcnt = max(sndcnt, (tp->prr_out ? 0 : 1)); in tcp_cwnd_reduction()2655 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction()