Lines Matching defs:rtnl_link_stats
111152 struct rtnl_link_stats { struct
111153 __u32 rx_packets;
111154 __u32 tx_packets;
111155 __u32 rx_bytes;
111156 __u32 tx_bytes;
111157 __u32 rx_errors;
111158 __u32 tx_errors;
111159 __u32 rx_dropped;
111160 __u32 tx_dropped;
111161 __u32 multicast;
111162 __u32 collisions;
111163 __u32 rx_length_errors;
111164 __u32 rx_over_errors;
111165 __u32 rx_crc_errors;
111166 __u32 rx_frame_errors;
111167 __u32 rx_fifo_errors;
111168 __u32 rx_missed_errors;
111169 __u32 tx_aborted_errors;
111170 __u32 tx_carrier_errors;
111171 __u32 tx_fifo_errors;
111172 __u32 tx_heartbeat_errors;
111173 __u32 tx_window_errors;
111174 __u32 rx_compressed;
111175 __u32 tx_compressed;
111176 __u32 rx_nohandler;