Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h324 u32 prr_delivered; /* Number of newly delivered packets to member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c2687 tp->prr_delivered = 0; in tcp_init_cwnd_reduction()
2702 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()
2704 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2708 sndcnt = max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()