Searched refs:sndcnt (Results 1 – 1 of 1) sorted by relevance
2696 int sndcnt = 0; in tcp_cwnd_reduction() local2706 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()2708 sndcnt = max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()2711 sndcnt++; in tcp_cwnd_reduction()2712 sndcnt = min(delta, sndcnt); in tcp_cwnd_reduction()2715 sndcnt = max(sndcnt, (tp->prr_out ? 0 : 1)); in tcp_cwnd_reduction()2716 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction()