Searched refs:tx_packets (Results 1 – 25 of 46) sorted by relevance
12
/net/bridge/ |
D | br_device.c | 53 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/ |
D | l2tp_eth.c | 46 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()
|
D | l2tp_debugfs.c | 151 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()
|
D | l2tp_ppp.c | 989 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()
|
D | l2tp_core.h | 39 atomic_long_t tx_packets; member
|
/net/openvswitch/ |
D | vport.c | 277 stats->tx_packets += local_stats.tx_packets; in ovs_vport_get_stats() 360 stats->tx_packets++; in ovs_vport_send()
|
D | vport-internal_dev.c | 54 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/ |
D | sch_teql.c | 62 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/ |
D | monitor.c | 57 dev->stats.tx_packets++; in mac802154_monitor_xmit()
|
/net/ipv4/ |
D | ip_tunnel.c | 79 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/ |
D | tag_trailer.c | 24 dev->stats.tx_packets++; in trailer_xmit()
|
D | tag_dsa.c | 24 dev->stats.tx_packets++; in dsa_xmit()
|
D | tag_edsa.c | 25 dev->stats.tx_packets++; in edsa_xmit()
|
/net/rose/ |
D | rose_dev.c | 87 stats->tx_packets++; in rose_rebuild_header()
|
/net/8021q/ |
D | vlan_dev.c | 185 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()
|
D | vlan.h | 37 u64 tx_packets; member
|
D | vlanproc.c | 296 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
|
/net/netrom/ |
D | nr_dev.c | 183 stats->tx_packets++; in nr_xmit()
|
/net/irda/irlan/ |
D | irlan_eth.c | 211 dev->stats.tx_packets++; in irlan_eth_xmit()
|
/net/irda/ |
D | irttp.c | 583 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/ |
D | debugfs_sta.c | 446 DEBUGFS_ADD_COUNTER(tx_packets, tx_packets); in ieee80211_sta_debugfs_add()
|
D | sta_info.h | 358 u64 tx_packets[IEEE80211_NUM_ACS]; member
|
/net/phonet/ |
D | pep-gprs.c | 211 dev->stats.tx_packets++; in gprs_xmit()
|
/net/ipv6/ |
D | ip6_tunnel.c | 113 sum.tx_packets += tstats->tx_packets; in ip6_get_stats() 118 dev->stats.tx_packets = sum.tx_packets; in ip6_get_stats()
|
/net/core/ |
D | net-procfs.c | 91 stats->tx_bytes, stats->tx_packets, in dev_seq_printf_stats()
|
12