Lines Matching refs:NETSTAT_ENTRY
830 #define NETSTAT_ENTRY(name) \
839 NETSTAT_ENTRY(rx_packets);
840 NETSTAT_ENTRY(tx_packets);
841 NETSTAT_ENTRY(rx_bytes);
842 NETSTAT_ENTRY(tx_bytes);
843 NETSTAT_ENTRY(rx_errors);
844 NETSTAT_ENTRY(tx_errors);
845 NETSTAT_ENTRY(rx_dropped);
846 NETSTAT_ENTRY(tx_dropped);
847 NETSTAT_ENTRY(multicast);
848 NETSTAT_ENTRY(collisions);
849 NETSTAT_ENTRY(rx_length_errors);
850 NETSTAT_ENTRY(rx_over_errors);
851 NETSTAT_ENTRY(rx_crc_errors);
852 NETSTAT_ENTRY(rx_frame_errors);
853 NETSTAT_ENTRY(rx_fifo_errors);
854 NETSTAT_ENTRY(rx_missed_errors);
855 NETSTAT_ENTRY(tx_aborted_errors);
856 NETSTAT_ENTRY(tx_carrier_errors);
857 NETSTAT_ENTRY(tx_fifo_errors);
858 NETSTAT_ENTRY(tx_heartbeat_errors);
859 NETSTAT_ENTRY(tx_window_errors);
860 NETSTAT_ENTRY(rx_compressed);
861 NETSTAT_ENTRY(tx_compressed);
862 NETSTAT_ENTRY(rx_nohandler);