Searched defs:vlan_pcpu_stats (Results 1 – 1 of 1) sorted by relevance
118 struct vlan_pcpu_stats { struct119 u64 rx_packets;120 u64 rx_bytes;121 u64 rx_multicast;122 u64 tx_packets;123 u64 tx_bytes;124 struct u64_stats_sync syncp;125 u32 rx_errors;126 u32 tx_dropped;183 struct vlan_pcpu_stats __percpu *vlan_pcpu_stats; member
Completed in 8 milliseconds