Searched refs:sndcnt (Results 1 – 1 of 1) sorted by relevance
2628 int sndcnt = 0; in tcp_cwnd_reduction() local2638 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()2640 sndcnt = max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()2643 sndcnt++; in tcp_cwnd_reduction()2644 sndcnt = min(delta, sndcnt); in tcp_cwnd_reduction()2647 sndcnt = max(sndcnt, (tp->prr_out ? 0 : 1)); in tcp_cwnd_reduction()2648 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction()