Lines Matching defs:rtnl_link_stats64
210 struct rtnl_link_stats64 { struct
211 uint64_t rx_packets; /* total RX packets (IFCOUNTER_IPACKETS) */
212 uint64_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */
213 uint64_t rx_bytes; /* total RX bytes (IFCOUNTER_IBYTES) */
214 uint64_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */
215 uint64_t rx_errors; /* RX errors (IFCOUNTER_IERRORS) */
216 uint64_t tx_errors; /* RX errors (IFCOUNTER_OERRORS) */
217 uint64_t rx_dropped; /* RX drop (no space in ring/no bufs) (IFCOUNTER_IQDROPS) */
218 uint64_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */
219 uint64_t multicast; /* RX multicast packets (IFCOUNTER_IMCASTS) */
220 uint64_t collisions; /* not supported */
221 uint64_t rx_length_errors; /* not supported */
222 uint64_t rx_over_errors; /* not supported */
223 uint64_t rx_crc_errors; /* not supported */
224 uint64_t rx_frame_errors; /* not supported */
225 uint64_t rx_fifo_errors; /* not supported */
226 uint64_t rx_missed_errors; /* not supported */
227 uint64_t tx_aborted_errors; /* not supported */
228 uint64_t tx_carrier_errors; /* not supported */
229 uint64_t tx_fifo_errors; /* not supported */
230 uint64_t tx_heartbeat_errors; /* not supported */
231 uint64_t tx_window_errors; /* not supported */
232 uint64_t rx_compressed; /* not supported */
233 uint64_t tx_compressed; /* not supported */
234 uint64_t rx_nohandler; /* dropped due to no proto handler (IFCOUNTER_NOPROTO) */