Home
last modified time | relevance | path

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

12

/net/bridge/
Dbr_device.c53 brstats->tx_packets++; in br_dev_xmit()
140 sum.tx_packets += tmp.tx_packets; in br_get_stats64()
146 stats->tx_packets = sum.tx_packets; in br_get_stats64()
/net/l2tp/
Dl2tp_eth.c46 atomic_long_t tx_packets; member
102 atomic_long_inc(&priv->tx_packets); in l2tp_eth_dev_xmit()
115 stats->tx_packets = atomic_long_read(&priv->tx_packets); in l2tp_eth_get_stats64()
Dl2tp_debugfs.c151 atomic_long_read(&tunnel->stats.tx_packets), in l2tp_dfs_seq_tunnel_show()
208 atomic_long_read(&session->stats.tx_packets), in l2tp_dfs_seq_session_show()
Dl2tp_ppp.c989 dest->tx_packets = atomic_long_read(&stats->tx_packets); in pppol2tp_copy_stats()
1632 atomic_long_read(&tunnel->stats.tx_packets), in pppol2tp_seq_tunnel_show()
1674 atomic_long_read(&session->stats.tx_packets), in pppol2tp_seq_session_show()
Dl2tp_core.h39 atomic_long_t tx_packets; member
/net/openvswitch/
Dvport.c277 stats->tx_packets += local_stats.tx_packets; in ovs_vport_get_stats()
360 stats->tx_packets++; in ovs_vport_send()
Dvport-internal_dev.c54 stats->rx_packets = vport_stats.tx_packets; in internal_dev_get_stats()
55 stats->tx_packets = vport_stats.rx_packets; in internal_dev_get_stats()
/net/sched/
Dsch_teql.c62 unsigned long tx_packets; member
325 master->tx_packets++; in teql_master_xmit()
414 stats->tx_packets = m->tx_packets; in teql_master_stats64()
/net/mac802154/
Dmonitor.c57 dev->stats.tx_packets++; in mac802154_monitor_xmit()
/net/ipv4/
Dip_tunnel.c79 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in ip_tunnel_get_stats64() local
85 tx_packets = tstats->tx_packets; in ip_tunnel_get_stats64()
91 tot->tx_packets += tx_packets; in ip_tunnel_get_stats64()
/net/dsa/
Dtag_trailer.c24 dev->stats.tx_packets++; in trailer_xmit()
Dtag_dsa.c24 dev->stats.tx_packets++; in dsa_xmit()
Dtag_edsa.c25 dev->stats.tx_packets++; in edsa_xmit()
/net/rose/
Drose_dev.c87 stats->tx_packets++; in rose_rebuild_header()
/net/8021q/
Dvlan_dev.c185 stats->tx_packets++; in vlan_dev_hard_start_xmit()
677 txpackets = p->tx_packets; in vlan_dev_get_stats64()
684 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
Dvlan.h37 u64 tx_packets; member
Dvlanproc.c296 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
/net/netrom/
Dnr_dev.c183 stats->tx_packets++; in nr_xmit()
/net/irda/irlan/
Dirlan_eth.c211 dev->stats.tx_packets++; in irlan_eth_xmit()
/net/irda/
Dirttp.c583 self->stats.tx_packets++; in irttp_udata_request()
790 self->stats.tx_packets++; in irttp_run_tx_queue()
867 self->stats.tx_packets++; in irttp_give_credit()
1871 self->stats.tx_packets); in irttp_seq_show()
/net/mac80211/
Ddebugfs_sta.c446 DEBUGFS_ADD_COUNTER(tx_packets, tx_packets); in ieee80211_sta_debugfs_add()
Dsta_info.h358 u64 tx_packets[IEEE80211_NUM_ACS]; member
/net/phonet/
Dpep-gprs.c211 dev->stats.tx_packets++; in gprs_xmit()
/net/ipv6/
Dip6_tunnel.c113 sum.tx_packets += tstats->tx_packets; in ip6_get_stats()
118 dev->stats.tx_packets = sum.tx_packets; in ip6_get_stats()
/net/core/
Dnet-procfs.c91 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()

12