Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
169 struct net_device_stats { struct170 unsigned long rx_packets;171 unsigned long tx_packets;172 unsigned long rx_bytes;173 unsigned long tx_bytes;174 unsigned long rx_errors;175 unsigned long tx_errors;176 unsigned long rx_dropped;177 unsigned long tx_dropped;178 unsigned long multicast;[all …]