Searched defs:rtnl_link_stats64 (Results 1 – 1 of 1) sorted by relevance
218 struct rtnl_link_stats64 { struct219 __u64 rx_packets;220 __u64 tx_packets;221 __u64 rx_bytes;222 __u64 tx_bytes;223 __u64 rx_errors;224 __u64 tx_errors;225 __u64 rx_dropped;226 __u64 tx_dropped;227 __u64 multicast;[all …]