Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
174 struct net_device_stats { struct175 unsigned long rx_packets;176 unsigned long tx_packets;177 unsigned long rx_bytes;178 unsigned long tx_bytes;179 unsigned long rx_errors;180 unsigned long tx_errors;181 unsigned long rx_dropped;182 unsigned long tx_dropped;183 unsigned long multicast;[all …]