Searched defs:net_device_stats (Results 1 – 1 of 1) sorted by relevance
161 struct net_device_stats { struct162 unsigned long rx_packets;163 unsigned long tx_packets;164 unsigned long rx_bytes;165 unsigned long tx_bytes;166 unsigned long rx_errors;167 unsigned long tx_errors;168 unsigned long rx_dropped;169 unsigned long tx_dropped;170 unsigned long multicast;[all …]