Searched defs:vlan_pcpu_stats (Results 1 – 1 of 1) sorted by relevance
116 struct vlan_pcpu_stats { struct117 u64 rx_packets;118 u64 rx_bytes;119 u64 rx_multicast;120 u64 tx_packets;121 u64 tx_bytes;122 struct u64_stats_sync syncp;123 u32 rx_errors;124 u32 tx_dropped;181 struct vlan_pcpu_stats __percpu *vlan_pcpu_stats; member