Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
10052 struct net_device_stats { struct10053 long unsigned int rx_packets;10054 long unsigned int tx_packets;10055 long unsigned int rx_bytes;10056 long unsigned int tx_bytes;10057 long unsigned int rx_errors;10058 long unsigned int tx_errors;10059 long unsigned int rx_dropped;10060 long unsigned int tx_dropped;10061 long unsigned int multicast;[all …]