| /net/sched/ |
| A D | sch_teql.c | 58 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 D | tx.c | 37 DEV_STATS_INC(dev, tx_packets); in ieee802154_xmit_sync_worker() 93 DEV_STATS_INC(dev, tx_packets); in ieee802154_tx()
|
| /net/l2tp/ |
| A D | l2tp_debugfs.c | 168 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 D | l2tp_ppp.c | 1013 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 D | l2tp_core.h | 24 atomic_long_t tx_packets; member
|
| A D | l2tp_netlink.c | 407 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 D | l2tp_core.c | 1327 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 D | tx.c | 214 ldev->stats.tx_packets++; in lowpan_xmit_fragmented() 297 ldev->stats.tx_packets++; in lowpan_xmit()
|
| /net/rose/ |
| A D | rose_dev.c | 113 stats->tx_packets++; in rose_xmit()
|
| /net/openvswitch/ |
| A D | vport.c | 298 stats->tx_packets = dev_stats->tx_packets; in ovs_vport_get_stats()
|
| /net/netrom/ |
| A D | nr_dev.c | 150 stats->tx_packets++; in nr_xmit()
|
| /net/8021q/ |
| A D | vlan_dev.c | 133 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 D | vlanproc.c | 249 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
|
| /net/mac80211/ |
| A D | ethtool.c | 96 data[i++] += sinfo.tx_packets; \ in ieee80211_get_stats()
|
| A D | sta_info.c | 367 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 D | sta_info.h | 607 u32 tx_packets; member
|
| /net/phonet/ |
| A D | pep-gprs.c | 201 dev->stats.tx_packets++; in gprs_xmit()
|
| /net/core/ |
| A D | net-procfs.c | 58 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
|
| A D | dev.c | 9032 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 D | br_vlan.c | 509 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 D | chnl_net.c | 235 dev->stats.tx_packets++; in chnl_net_start_xmit()
|
| /net/bluetooth/bnep/ |
| A D | core.c | 472 s->dev->stats.tx_packets++; in bnep_tx_frame()
|
| /net/ethtool/ |
| A D | stats.c | 293 data->phydev_stats.tx_packets) || in stats_put_phydev_stats()
|
| /net/mpls/ |
| A D | af_mpls.c | 141 tx_packets, in mpls_stats_inc_outucastpkts() 1089 stats->tx_packets += local.tx_packets; in mpls_get_stats()
|
| /net/dsa/ |
| A D | user.c | 1055 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()
|