Searched refs:sent_pkts (Results 1 – 4 of 4) sorted by relevance
785 int sent_pkts = 0; in handle_tx_copy() local868 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()893 int sent_pkts = 0; in handle_tx_zerocopy() local978 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
2969 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local 2974 sent_pkts = 0; in tcp_write_xmit() 2988 sent_pkts = 1; in tcp_write_xmit() 3072 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit() 3084 if (likely(sent_pkts || is_cwnd_limited)) in tcp_write_xmit() 3087 if (likely(sent_pkts)) { in tcp_write_xmit() 3089 tp->prr_out += sent_pkts; in tcp_write_xmit()
52 u32 sent_pkts; member1075 l->stats.sent_pkts++; in tipc_link_xmit()1180 l->stats.sent_pkts++; in tipc_link_advance_backlog()2695 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()2755 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
433 u64 sent_pkts; member