Searched refs:newly_acked_sacked (Results 1 – 3 of 3) sorted by relevance
76 static void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, in tcp_cwnd_reduction() argument84 if (newly_acked_sacked <= 0 || !tp->prior_cwnd) in tcp_cwnd_reduction()87 __u32 prr_delivered = tp->prr_delivered + newly_acked_sacked; in tcp_cwnd_reduction()94 sndcnt = max(prr_delivered - tp->prr_out, newly_acked_sacked); in tcp_cwnd_reduction()
2710 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() argument2716 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()2719 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()2726 newly_acked_sacked); in tcp_cwnd_reduction()
398 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);