Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h86435 struct in_ifaddr { struct
86437 struct in_ifaddr __attribute__((btf_type_tag("rcu"))) *ifa_next; argument
86438 struct in_device *ifa_dev;
86439 struct callback_head callback_head;
86440 __be32 ifa_local;
86441 __be32 ifa_address;
86442 __be32 ifa_mask;
86443 __u32 ifa_rt_priority;
86444 __be32 ifa_broadcast;
86445 unsigned char ifa_scope;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h96171 struct in_ifaddr { struct
96173 struct in_ifaddr __attribute__((btf_type_tag("rcu"))) *ifa_next; argument
96174 struct in_device *ifa_dev;
96175 struct callback_head callback_head;
96176 __be32 ifa_local;
96177 __be32 ifa_address;
96178 __be32 ifa_mask;
96179 __u32 ifa_rt_priority;
96180 __be32 ifa_broadcast;
96181 unsigned char ifa_scope;
[all …]