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

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

Completed in 94 milliseconds