Searched defs:ave_stats (Results 1 – 1 of 1) sorted by relevance
240 struct ave_stats { struct241 struct u64_stats_sync syncp;242 u64 packets;243 u64 bytes;244 u64 errors;245 u64 dropped;269 struct ave_stats stats_rx; argument