Home
last modified time | relevance | path

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

/linux/drivers/vhost/
A Dnet.c781 int sent_pkts = 0; in handle_tx_copy() local
851 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
875 int sent_pkts = 0; in handle_tx_zerocopy() local
955 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
/linux/net/ipv4/
A Dtcp_output.c2594 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2600 sent_pkts = 0; in tcp_write_xmit()
2609 sent_pkts = 1; in tcp_write_xmit()
2690 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2702 if (likely(sent_pkts || is_cwnd_limited)) in tcp_write_xmit()
2705 if (likely(sent_pkts)) { in tcp_write_xmit()
2707 tp->prr_out += sent_pkts; in tcp_write_xmit()
/linux/net/tipc/
A Dlink.c52 u32 sent_pkts; member
1099 l->stats.sent_pkts++; in tipc_link_xmit()
1204 l->stats.sent_pkts++; in tipc_link_advance_backlog()
2706 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2766 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
/linux/include/linux/qed/
A Dqed_rdma_if.h433 u64 sent_pkts; member
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_hsi.h1317 struct regpair sent_pkts; member

Completed in 84 milliseconds