Home | History | Annotate | Download | only in pending

Lines Matching refs:rtstat

706 static void print_stats(struct  rtnl_link_stats *rtstat)
713 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors,
714 rtstat->rx_dropped, rtstat->rx_over_errors, rtstat->multicast);
718 line_feed, rtstat->rx_errors, rtstat->rx_length_errors,
719 rtstat->rx_crc_errors, rtstat->rx_frame_errors,
720 rtstat->rx_fifo_errors, rtstat->rx_missed_errors);
724 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors,
725 rtstat->tx_dropped, rtstat->tx_carrier_errors, rtstat->collisions);
729 line_feed, rtstat->tx_errors, rtstat->tx_aborted_errors,
730 rtstat->tx_fifo_errors, rtstat->tx_window_errors,
731 rtstat->tx_heartbeat_errors);