Searched defs:rtnl_link_stats (Results 1 – 2 of 2) sorted by relevance
24 struct rtnl_link_stats { struct25 __u32 rx_packets;26 __u32 tx_packets;27 __u32 rx_bytes;29 __u32 tx_bytes;30 __u32 rx_errors;31 __u32 tx_errors;55 struct rtnl_link_stats64 { argument
526 struct rtnl_link_stats struct528 __u32 rx_packets;529 __u32 tx_packets;530 __u32 rx_bytes;531 __u32 tx_bytes;532 __u32 rx_errors;533 __u32 tx_errors;534 __u32 rx_dropped;535 __u32 tx_dropped;536 __u32 multicast;[all …]