Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h10594 struct rtnl_link_stats64 { struct
10595 __u64 rx_packets;
10596 __u64 tx_packets;
10597 __u64 rx_bytes;
10598 __u64 tx_bytes;
10599 __u64 rx_errors;
10600 __u64 tx_errors;
10601 __u64 rx_dropped;
10602 __u64 tx_dropped;
10603 __u64 multicast;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h10509 struct rtnl_link_stats64 { struct
10510 __u64 rx_packets;
10511 __u64 tx_packets;
10512 __u64 rx_bytes;
10513 __u64 tx_bytes;
10514 __u64 rx_errors;
10515 __u64 tx_errors;
10516 __u64 rx_dropped;
10517 __u64 tx_dropped;
10518 __u64 multicast;
[all …]