Searched defs:net_device_stats (Results 1 – 2 of 2) sorted by relevance
29 struct net_device_stats { struct30 unsigned long rx_packets; /* total packets received */31 unsigned long tx_packets; /* total packets transmitted */32 unsigned long rx_bytes; /* total bytes received */33 unsigned long tx_bytes; /* total bytes transmitted */34 unsigned long rx_errors; /* bad packets received */35 unsigned long tx_errors; /* packet transmit problems */36 unsigned long rx_dropped; /* no space in linux buffers */37 unsigned long tx_dropped; /* no space available in linux */38 unsigned long multicast; /* multicast packets received */[all …]
188 struct net_device_stats { struct