Searched refs:NET_DEV_STAT (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dnetdevice.h182 #define NET_DEV_STAT(FIELD) \ macro
189 NET_DEV_STAT(rx_packets);
190 NET_DEV_STAT(tx_packets);
191 NET_DEV_STAT(rx_bytes);
192 NET_DEV_STAT(tx_bytes);
193 NET_DEV_STAT(rx_errors);
194 NET_DEV_STAT(tx_errors);
195 NET_DEV_STAT(rx_dropped);
196 NET_DEV_STAT(tx_dropped);
197 NET_DEV_STAT(multicas
213 #undef NET_DEV_STAT macro
[all...]

Completed in 130 milliseconds