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