Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
157 struct net_device_stats { struct158 unsigned long rx_packets;159 unsigned long tx_packets;160 unsigned long rx_bytes;161 unsigned long tx_bytes;162 unsigned long rx_errors;163 unsigned long tx_errors;164 unsigned long rx_dropped;165 unsigned long tx_dropped;166 unsigned long multicast;[all …]