Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dtcp.h322 u32 prr_delivered; /* Number of newly delivered packets to member
/Linux-v6.1/net/ipv4/
Dtcp_input.c2619 tp->prr_delivered = 0; in tcp_init_cwnd_reduction()
2634 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()
2636 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2640 sndcnt = max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()