Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h143694 struct vlan_pcpu_stats { struct
143695 u64_stats_t rx_packets;
143696 u64_stats_t rx_bytes;
143697 u64_stats_t rx_multicast;
143698 u64_stats_t tx_packets;
143699 u64_stats_t tx_bytes;
143700 struct u64_stats_sync syncp;
143701 u32 rx_errors;
143702 u32 tx_dropped;
143726 struct vlan_pcpu_stats __attribute__((btf_type_tag("percpu"))) *vlan_pcpu_stats; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h151344 struct vlan_pcpu_stats { struct
151345 u64_stats_t rx_packets;
151346 u64_stats_t rx_bytes;
151347 u64_stats_t rx_multicast;
151348 u64_stats_t tx_packets;
151349 u64_stats_t tx_bytes;
151350 struct u64_stats_sync syncp;
151351 u32 rx_errors;
151352 u32 tx_dropped;
151376 struct vlan_pcpu_stats __attribute__((btf_type_tag("percpu"))) *vlan_pcpu_stats; member