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