Searched defs:vlan_pcpu_stats (Results 1 – 1 of 1) sorted by relevance
121 struct vlan_pcpu_stats { struct122 u64 rx_packets;123 u64 rx_bytes;124 u64 rx_multicast;125 u64 tx_packets;126 u64 tx_bytes;127 struct u64_stats_sync syncp;128 u32 rx_errors;129 u32 tx_dropped;183 struct vlan_pcpu_stats __percpu *vlan_pcpu_stats; member