Searched defs:rtnl_link_stats (Results 1 – 2 of 2) sorted by relevance
9 struct rtnl_link_stats { struct10 __u32 rx_packets;11 __u32 tx_packets;12 __u32 rx_bytes;13 __u32 tx_bytes;14 __u32 rx_errors;15 __u32 tx_errors;16 __u32 rx_dropped;17 __u32 tx_dropped;18 __u32 multicast;[all …]