Home
last modified time | relevance | path

Searched refs:prr_out (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dtcp.h242 u32 prr_out; /* Total number of pkts sent during Recovery. */ member
/linux-4.1.27/net/ipv4/
Dtcp_output.c2147 tp->prr_out += sent_pkts; in tcp_write_xmit()
2806 tp->prr_out += tcp_skb_pcount(skb); in tcp_xmit_retransmit_queue()
Dtcp_input.c2504 tp->prr_out = 0; in tcp_init_cwnd_reduction()
2522 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()
2525 max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()