Home
last modified time | relevance | path

Searched defs:rtnl_link_stats (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-21/include/linux/
Dif_link.h24 struct rtnl_link_stats { struct
25 __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
/development/ndk/platforms/android-9/include/linux/
Drtnetlink.h526 struct rtnl_link_stats struct
528 __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 …]