Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
170 struct net_device_stats { struct171 unsigned long rx_packets;172 unsigned long tx_packets;173 unsigned long rx_bytes;174 unsigned long tx_bytes;175 unsigned long rx_errors;176 unsigned long tx_errors;177 unsigned long rx_dropped;178 unsigned long tx_dropped;179 unsigned long multicast;[all …]
Completed in 23 milliseconds