Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c2617 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2623 sent_pkts = 0; in tcp_write_xmit()
2632 sent_pkts = 1; in tcp_write_xmit()
2713 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2725 if (likely(sent_pkts || is_cwnd_limited)) in tcp_write_xmit()
2728 if (likely(sent_pkts)) { in tcp_write_xmit()
2730 tp->prr_out += sent_pkts; in tcp_write_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c2675 unsigned int tso_segs, sent_pkts; in tcp_write_xmit() local
2681 sent_pkts = 0; in tcp_write_xmit()
2690 sent_pkts = 1; in tcp_write_xmit()
2772 sent_pkts += tcp_skb_pcount(skb); in tcp_write_xmit()
2784 if (likely(sent_pkts || is_cwnd_limited)) in tcp_write_xmit()
2787 if (likely(sent_pkts)) { in tcp_write_xmit()
2789 tp->prr_out += sent_pkts; in tcp_write_xmit()
/kernel/linux/linux-5.10/drivers/vhost/
H A Dnet.c783 int sent_pkts = 0; in handle_tx_copy() local
852 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
876 int sent_pkts = 0; in handle_tx_zerocopy() local
954 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dnet.c784 int sent_pkts = 0; in handle_tx_copy() local
854 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
878 int sent_pkts = 0; in handle_tx_zerocopy() local
963 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c52 u32 sent_pkts; member
1064 l->stats.sent_pkts++; in tipc_link_xmit()
1169 l->stats.sent_pkts++; in tipc_link_advance_backlog()
2682 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2742 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
/kernel/linux/linux-6.6/net/tipc/
H 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()
2718 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_TX, link->stats.sent_pkts)) in __tipc_nl_add_link()
2778 {TIPC_NLA_STATS_TX_INFO, stats->sent_pkts}, in __tipc_nl_add_bc_link_stat()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_rdma_if.h433 u64 sent_pkts; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_rdma_if.h433 u64 sent_pkts; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h1317 struct regpair sent_pkts; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h1242 struct regpair sent_pkts; member

Completed in 101 milliseconds