Home
last modified time | relevance | path

Searched defs:rtnl_link_stats64 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netlink/route/
H A Dinterface.h210 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) */
[all …]