Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c2037 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2043 sent_pkts = 0; in tcp_write_xmit()
2051 sent_pkts = 1; in tcp_write_xmit()
2139 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2145 if (likely(sent_pkts)) { in tcp_write_xmit()
2147 tp->prr_out += sent_pkts; in tcp_write_xmit()