Searched defs:rtnl_link_stats (Results 1 – 1 of 1) sorted by relevance
182 struct rtnl_link_stats { struct183 uint32_t rx_packets; /* total RX packets (IFCOUNTER_IPACKETS) */184 uint32_t tx_packets; /* total TX packets (IFCOUNTER_OPACKETS) */185 uint32_t rx_bytes; /* total RX bytes (IFCOUNTER_IBYTES) */186 uint32_t tx_bytes; /* total TX bytes (IFCOUNTER_OBYTES) */210 struct rtnl_link_stats64 { argument