Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_output.c2025 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2031 sent_pkts = 0; in tcp_write_xmit()
2039 sent_pkts = 1; in tcp_write_xmit()
2126 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2132 if (likely(sent_pkts)) { in tcp_write_xmit()
2134 tp->prr_out += sent_pkts; in tcp_write_xmit()