Lines Matching refs:NETSTAT_ENTRY
527 #define NETSTAT_ENTRY(name) \ macro
536 NETSTAT_ENTRY(rx_packets);
537 NETSTAT_ENTRY(tx_packets);
538 NETSTAT_ENTRY(rx_bytes);
539 NETSTAT_ENTRY(tx_bytes);
540 NETSTAT_ENTRY(rx_errors);
541 NETSTAT_ENTRY(tx_errors);
542 NETSTAT_ENTRY(rx_dropped);
543 NETSTAT_ENTRY(tx_dropped);
544 NETSTAT_ENTRY(multicast);
545 NETSTAT_ENTRY(collisions);
546 NETSTAT_ENTRY(rx_length_errors);
547 NETSTAT_ENTRY(rx_over_errors);
548 NETSTAT_ENTRY(rx_crc_errors);
549 NETSTAT_ENTRY(rx_frame_errors);
550 NETSTAT_ENTRY(rx_fifo_errors);
551 NETSTAT_ENTRY(rx_missed_errors);
552 NETSTAT_ENTRY(tx_aborted_errors);
553 NETSTAT_ENTRY(tx_carrier_errors);
554 NETSTAT_ENTRY(tx_fifo_errors);
555 NETSTAT_ENTRY(tx_heartbeat_errors);
556 NETSTAT_ENTRY(tx_window_errors);
557 NETSTAT_ENTRY(rx_compressed);
558 NETSTAT_ENTRY(tx_compressed);