Searched defs:net_device_stats (Results 1 – 3 of 3) sorted by relevance
104 struct net_device_stats struct106 unsigned long rx_packets; /* total packets received */107 unsigned long tx_packets; /* total packets transmitted */108 unsigned long rx_bytes; /* total bytes received */109 unsigned long tx_bytes; /* total bytes transmitted */110 unsigned long rx_errors; /* bad packets received */111 unsigned long tx_errors; /* packet transmit problems */112 unsigned long rx_dropped; /* no space in linux buffers */113 unsigned long tx_dropped; /* no space available in linux */114 unsigned long multicast; /* multicast packets received */[all …]
23 #define net_device_stats enet_statistics macro
155 #define net_device_stats enet_statistics macro