Searched refs:sndcnt (Results 1 – 1 of 1) sorted by relevance
2514 int sndcnt = 0; in tcp_cwnd_reduction() local2523 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()2525 sndcnt = min_t(int, delta, in tcp_cwnd_reduction()2530 sndcnt = max(sndcnt, (fast_rexmit ? 1 : 0)); in tcp_cwnd_reduction()2531 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()