Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
165 struct net_device_stats { struct166 unsigned long rx_packets;167 unsigned long tx_packets;168 unsigned long rx_bytes;169 unsigned long tx_bytes;170 unsigned long rx_errors;171 unsigned long tx_errors;172 unsigned long rx_dropped;173 unsigned long tx_dropped;174 unsigned long multicast;[all …]