Lines Matching defs:rtstat
757 static void print_stats(struct rtnl_link_stats *rtstat)
764 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors,
765 rtstat->rx_dropped, rtstat->rx_over_errors, rtstat->multicast);
769 line_feed, rtstat->rx_errors, rtstat->rx_length_errors,
770 rtstat->rx_crc_errors, rtstat->rx_frame_errors,
771 rtstat->rx_fifo_errors, rtstat->rx_missed_errors);
775 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors,
776 rtstat->tx_dropped, rtstat->tx_carrier_errors, rtstat->collisions);
780 line_feed, rtstat->tx_errors, rtstat->tx_aborted_errors,
781 rtstat->tx_fifo_errors, rtstat->tx_window_errors,
782 rtstat->tx_heartbeat_errors);