Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dnet.c772 int sent_pkts = 0; in handle_tx_copy() local
841 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
864 int sent_pkts = 0; in handle_tx_zerocopy() local
943 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
/Linux-v5.4/net/tipc/
Dlink.c51 u32 sent_pkts; member
999 l->stats.sent_pkts++; in tipc_link_xmit()
1059 l->stats.sent_pkts++; in tipc_link_advance_backlog()
2460 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2520 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
/Linux-v5.4/net/ipv4/
Dtcp_output.c2362 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2368 sent_pkts = 0; in tcp_write_xmit()
2377 sent_pkts = 1; in tcp_write_xmit()
2450 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2461 if (likely(sent_pkts)) { in tcp_write_xmit()
2463 tp->prr_out += sent_pkts; in tcp_write_xmit()
/Linux-v5.4/include/linux/qed/
Dqed_rdma_if.h441 u64 sent_pkts; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h1217 struct regpair sent_pkts; member