Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h302 u32 prr_out; /* Total number of pkts sent during Recovery. */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c2604 tp->prr_out = 0; in tcp_init_cwnd_reduction()
2622 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()
2626 max_t(int, tp->prr_delivered - tp->prr_out, in tcp_cwnd_reduction()
2632 sndcnt = max(sndcnt, (tp->prr_out ? 0 : 1)); in tcp_cwnd_reduction()
H A Dtcp_output.c2717 tp->prr_out += sent_pkts; in tcp_write_xmit()
3358 tp->prr_out += tcp_skb_pcount(skb); in tcp_xmit_retransmit_queue()