Lines Matching refs:NETSTAT_ENTRY
544 #define NETSTAT_ENTRY(name) \ macro
553 NETSTAT_ENTRY(rx_packets);
554 NETSTAT_ENTRY(tx_packets);
555 NETSTAT_ENTRY(rx_bytes);
556 NETSTAT_ENTRY(tx_bytes);
557 NETSTAT_ENTRY(rx_errors);
558 NETSTAT_ENTRY(tx_errors);
559 NETSTAT_ENTRY(rx_dropped);
560 NETSTAT_ENTRY(tx_dropped);
561 NETSTAT_ENTRY(multicast);
562 NETSTAT_ENTRY(collisions);
563 NETSTAT_ENTRY(rx_length_errors);
564 NETSTAT_ENTRY(rx_over_errors);
565 NETSTAT_ENTRY(rx_crc_errors);
566 NETSTAT_ENTRY(rx_frame_errors);
567 NETSTAT_ENTRY(rx_fifo_errors);
568 NETSTAT_ENTRY(rx_missed_errors);
569 NETSTAT_ENTRY(tx_aborted_errors);
570 NETSTAT_ENTRY(tx_carrier_errors);
571 NETSTAT_ENTRY(tx_fifo_errors);
572 NETSTAT_ENTRY(tx_heartbeat_errors);
573 NETSTAT_ENTRY(tx_window_errors);
574 NETSTAT_ENTRY(rx_compressed);
575 NETSTAT_ENTRY(tx_compressed);