Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
12826 struct net_device_stats { struct12827 long unsigned int rx_packets;12828 long unsigned int tx_packets;12829 long unsigned int rx_bytes;12830 long unsigned int tx_bytes;12831 long unsigned int rx_errors;12832 long unsigned int tx_errors;12833 long unsigned int rx_dropped;12834 long unsigned int tx_dropped;12835 long unsigned int multicast;[all …]