Searched defs:tx_packets (Results 1 - 8 of 8) sorted by relevance

/net/l2tp/
H A Dl2tp_eth.c46 atomic_long_t tx_packets; member in struct:l2tp_eth
102 atomic_long_inc(&priv->tx_packets);
115 stats->tx_packets = atomic_long_read(&priv->tx_packets);
H A Dl2tp_core.h39 atomic_long_t tx_packets; member in struct:l2tp_stats
/net/8021q/
H A Dvlan.h27 * @tx_packets: number of transmitted packets
37 u64 tx_packets; member in struct:vlan_pcpu_stats
/net/sched/
H A Dsch_teql.c62 unsigned long tx_packets; member in struct:teql_master
325 master->tx_packets++;
414 stats->tx_packets = m->tx_packets;
/net/ipv4/
H A Dip_tunnel.c79 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; local
85 tx_packets = tstats->tx_packets;
91 tot->tx_packets += tx_packets;
/net/mac80211/
H A Dsta_info.h270 * @tx_packets: number of RX/TX MSDUs
358 u64 tx_packets[IEEE80211_NUM_ACS]; member in struct:sta_info
/net/bridge/
H A Dbr_private.h201 u64 tx_packets; member in struct:br_cpu_netstats
/net/core/
H A Dnet-sysfs.c394 NETSTAT_ENTRY(tx_packets); variable

Completed in 147 milliseconds