Lines Matching defs:rtnl_link_stats
105938 struct rtnl_link_stats { struct
105939 __u32 rx_packets;
105940 __u32 tx_packets;
105941 __u32 rx_bytes;
105942 __u32 tx_bytes;
105943 __u32 rx_errors;
105944 __u32 tx_errors;
105945 __u32 rx_dropped;
105946 __u32 tx_dropped;
105947 __u32 multicast;
105948 __u32 collisions;
105949 __u32 rx_length_errors;
105950 __u32 rx_over_errors;
105951 __u32 rx_crc_errors;
105952 __u32 rx_frame_errors;
105953 __u32 rx_fifo_errors;
105954 __u32 rx_missed_errors;
105955 __u32 tx_aborted_errors;
105956 __u32 tx_carrier_errors;
105957 __u32 tx_fifo_errors;
105958 __u32 tx_heartbeat_errors;
105959 __u32 tx_window_errors;
105960 __u32 rx_compressed;
105961 __u32 tx_compressed;
105962 __u32 rx_nohandler;