Searched refs:newly_acked_sacked (Results 1 – 1 of 1) sorted by relevance
2478 int newly_acked_sacked = prior_unsacked - in tcp_cwnd_reduction() local2481 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()2484 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()2493 newly_acked_sacked) + 1); in tcp_cwnd_reduction()2495 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()