Searched defs:vlan_pcpu_stats (Results 1 – 1 of 1) sorted by relevance
96 struct vlan_pcpu_stats { struct97 u64 rx_packets;98 u64 rx_bytes;99 u64 rx_multicast;100 u64 tx_packets;101 u64 tx_bytes;102 struct u64_stats_sync syncp;103 u32 rx_errors;104 u32 tx_dropped;158 struct vlan_pcpu_stats __percpu *vlan_pcpu_stats; member