Searched refs:prr_delivered (Results 1 – 2 of 2) sorted by relevance
87 __u32 prr_delivered = tp->prr_delivered + newly_acked_sacked; in tcp_cwnd_reduction() local91 (__u64)tp->snd_ssthresh * prr_delivered + tp->prior_cwnd - 1; in tcp_cwnd_reduction()94 sndcnt = max(prr_delivered - tp->prr_out, newly_acked_sacked); in tcp_cwnd_reduction()
2704 tp->prr_delivered = 0; in tcp_init_cwnd_reduction()2719 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()2721 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()2725 sndcnt = max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()