Lines Matching defs:rtnl_link_stats64
214 struct rtnl_link_stats64 { struct
215 __u64 rx_packets;
216 __u64 tx_packets;
217 __u64 rx_bytes;
218 __u64 tx_bytes;
219 __u64 rx_errors;
220 __u64 tx_errors;
221 __u64 rx_dropped;
222 __u64 tx_dropped;
223 __u64 multicast;
224 __u64 collisions;
227 __u64 rx_length_errors;
228 __u64 rx_over_errors;
229 __u64 rx_crc_errors;
230 __u64 rx_frame_errors;
231 __u64 rx_fifo_errors;
232 __u64 rx_missed_errors;
235 __u64 tx_aborted_errors;
236 __u64 tx_carrier_errors;
237 __u64 tx_fifo_errors;
238 __u64 tx_heartbeat_errors;
239 __u64 tx_window_errors;
242 __u64 rx_compressed;
243 __u64 tx_compressed;
244 __u64 rx_nohandler;