Home
last modified time | relevance | path

Searched refs:prr_delivered (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c87 __u32 prr_delivered = tp->prr_delivered + newly_acked_sacked; in tcp_cwnd_reduction() local
91 (__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()
/linux/net/ipv4/
H A Dtcp_input.c2704 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()