Searched defs:rtnl_link_stats64 (Results 1 – 1 of 1) sorted by relevance
55 struct rtnl_link_stats64 { struct56 __u64 rx_packets;57 __u64 tx_packets;59 __u64 rx_bytes;60 __u64 tx_bytes;61 __u64 rx_errors;62 __u64 tx_errors;64 __u64 rx_dropped;65 __u64 tx_dropped;66 __u64 multicast;[all …]