Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 41) sorted by relevance

12

/net/sched/
A Dsch_teql.c58 unsigned long tx_packets; member
319 master->tx_packets++; in teql_master_xmit()
408 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/net/mac802154/
A Dtx.c37 DEV_STATS_INC(dev, tx_packets); in ieee802154_xmit_sync_worker()
93 DEV_STATS_INC(dev, tx_packets); in ieee802154_tx()
/net/l2tp/
A Dl2tp_debugfs.c168 atomic_long_read(&tunnel->stats.tx_packets), in l2tp_dfs_seq_tunnel_show()
219 atomic_long_read(&session->stats.tx_packets), in l2tp_dfs_seq_session_show()
A Dl2tp_ppp.c1013 dest->tx_packets = atomic_long_read(&stats->tx_packets); in pppol2tp_copy_stats()
1508 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1557 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
A Dl2tp_core.h24 atomic_long_t tx_packets; member
A Dl2tp_netlink.c407 atomic_long_read(&tunnel->stats.tx_packets), in l2tp_nl_tunnel_send()
762 atomic_long_read(&session->stats.tx_packets), in l2tp_nl_session_send()
A Dl2tp_core.c1327 atomic_long_inc(&session->tunnel->stats.tx_packets); in l2tp_xmit_skb()
1329 atomic_long_inc(&session->stats.tx_packets); in l2tp_xmit_skb()
/net/ieee802154/6lowpan/
A Dtx.c214 ldev->stats.tx_packets++; in lowpan_xmit_fragmented()
297 ldev->stats.tx_packets++; in lowpan_xmit()
/net/rose/
A Drose_dev.c113 stats->tx_packets++; in rose_xmit()
/net/openvswitch/
A Dvport.c298 stats->tx_packets = dev_stats->tx_packets; in ovs_vport_get_stats()
/net/netrom/
A Dnr_dev.c150 stats->tx_packets++; in nr_xmit()
/net/8021q/
A Dvlan_dev.c133 u64_stats_inc(&stats->tx_packets); in vlan_dev_hard_start_xmit()
681 txpackets = u64_stats_read(&p->tx_packets); in vlan_dev_get_stats64()
688 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
A Dvlanproc.c249 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
/net/mac80211/
A Dethtool.c96 data[i++] += sinfo.tx_packets; \ in ieee80211_get_stats()
A Dsta_info.c367 sta->rem_link_stats.tx_packets += in sta_accumulate_removed_link_stats()
2701 sinfo->tx_packets = sta->rem_link_stats.tx_packets; in sta_set_accumulated_removed_links_sinfo()
2775 link_sinfo->tx_packets = 0; in sta_set_link_sinfo()
2777 link_sinfo->tx_packets += in sta_set_link_sinfo()
3007 sinfo->tx_packets = 0; in sta_set_sinfo()
3009 sinfo->tx_packets += sta->deflink.tx_stats.packets[ac]; in sta_set_sinfo()
A Dsta_info.h607 u32 tx_packets; member
/net/phonet/
A Dpep-gprs.c201 dev->stats.tx_packets++; in gprs_xmit()
/net/core/
A Dnet-procfs.c58 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
A Ddev.c9032 dest->tx_packets += src->tx_packets; in netdev_hw_stats64_add()
11519 u64 tx_packets, tx_bytes, tx_drops; in dev_fetch_dstats() local
11529 tx_packets = u64_stats_read(&stats->tx_packets); in dev_fetch_dstats()
11537 s->tx_packets += tx_packets; in dev_fetch_dstats()
11635 BUILD_BUG_ON(offsetof(struct pcpu_sw_netstats, tx_packets) != in dev_get_stats()
11636 offsetof(struct pcpu_dstats, tx_packets)); in dev_get_stats()
11682 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in dev_fetch_sw_netstats() local
11691 tx_packets = u64_stats_read(&stats->tx_packets); in dev_fetch_sw_netstats()
11697 s->tx_packets += tx_packets; in dev_fetch_sw_netstats()
/net/bridge/
A Dbr_vlan.c509 u64_stats_inc(&stats->tx_packets); in br_handle_vlan()
1398 txpackets = u64_stats_read(&cpu_stats->tx_packets); in br_vlan_get_stats()
1404 u64_stats_add(&stats->tx_packets, txpackets); in br_vlan_get_stats()
1837 u64_stats_read(&stats.tx_packets), in br_vlan_stats_fill()
/net/caif/
A Dchnl_net.c235 dev->stats.tx_packets++; in chnl_net_start_xmit()
/net/bluetooth/bnep/
A Dcore.c472 s->dev->stats.tx_packets++; in bnep_tx_frame()
/net/ethtool/
A Dstats.c293 data->phydev_stats.tx_packets) || in stats_put_phydev_stats()
/net/mpls/
A Daf_mpls.c141 tx_packets, in mpls_stats_inc_outucastpkts()
1089 stats->tx_packets += local.tx_packets; in mpls_get_stats()
/net/dsa/
A Duser.c1055 u64 tx_packets, tx_bytes, rx_packets, rx_bytes; in dsa_user_get_ethtool_stats() local
1060 tx_packets = u64_stats_read(&s->tx_packets); in dsa_user_get_ethtool_stats()
1065 data[0] += tx_packets; in dsa_user_get_ethtool_stats()

Completed in 79 milliseconds

12