Home
last modified time | relevance | path

Searched defs:neigh_table (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h12284 struct neigh_table { struct
12285 int family;
12286 unsigned int entry_size;
12287 unsigned int key_len;
12288 __be16 protocol;
12289 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
12290 bool (*key_eq)(const struct neighbour *, const void *);
12291 int (*constructor)(struct neighbour *);
12292 int (*pconstructor)(struct pneigh_entry *);
12293 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h18155 struct neigh_table { struct
18156 int family;
18157 unsigned int entry_size;
18158 unsigned int key_len;
18159 __be16 protocol;
18160 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
18161 bool (*key_eq)(const struct neighbour *, const void *);
18162 int (*constructor)(struct neighbour *);
18163 int (*pconstructor)(struct pneigh_entry *);
18164 void (*pdestructor)(struct pneigh_entry *);
[all …]
H A Dvmlinux_600.h18155 struct neigh_table { struct
18156 int family;
18157 unsigned int entry_size;
18158 unsigned int key_len;
18159 __be16 protocol;
18160 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
18161 bool (*key_eq)(const struct neighbour *, const void *);
18162 int (*constructor)(struct neighbour *);
18163 int (*pconstructor)(struct pneigh_entry *);
18164 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h19081 struct neigh_table { struct
19082 int family;
19083 unsigned int entry_size;
19084 unsigned int key_len;
19085 __be16 protocol;
19086 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
19087 bool (*key_eq)(const struct neighbour *, const void *);
19088 int (*constructor)(struct neighbour *);
19089 int (*pconstructor)(struct pneigh_entry *);
19090 void (*pdestructor)(struct pneigh_entry *);
[all …]
H A Dvmlinux_602.h19081 struct neigh_table { struct
19082 int family;
19083 unsigned int entry_size;
19084 unsigned int key_len;
19085 __be16 protocol;
19086 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
19087 bool (*key_eq)(const struct neighbour *, const void *);
19088 int (*constructor)(struct neighbour *);
19089 int (*pconstructor)(struct pneigh_entry *);
19090 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h13056 struct neigh_table { struct
13057 int family;
13058 unsigned int entry_size;
13059 unsigned int key_len;
13060 __be16 protocol;
13061 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
13062 bool (*key_eq)(const struct neighbour *, const void *);
13063 int (*constructor)(struct neighbour *);
13064 int (*pconstructor)(struct pneigh_entry *);
13065 void (*pdestructor)(struct pneigh_entry *);
[all …]
H A Dvmlinux_518.h13056 struct neigh_table { struct
13057 int family;
13058 unsigned int entry_size;
13059 unsigned int key_len;
13060 __be16 protocol;
13061 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
13062 bool (*key_eq)(const struct neighbour *, const void *);
13063 int (*constructor)(struct neighbour *);
13064 int (*pconstructor)(struct pneigh_entry *);
13065 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h10445 struct neigh_table { struct
10446 int family;
10447 unsigned int entry_size;
10448 unsigned int key_len;
10449 __be16 protocol;
10450 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
10451 bool (*key_eq)(const struct neighbour *, const void *);
10452 int (*constructor)(struct neighbour *);
10453 int (*pconstructor)(struct pneigh_entry *);
10454 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h10360 struct neigh_table { struct
10361 int family;
10362 unsigned int entry_size;
10363 unsigned int key_len;
10364 __be16 protocol;
10365 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
10366 bool (*key_eq)(const struct neighbour *, const void *);
10367 int (*constructor)(struct neighbour *);
10368 int (*pconstructor)(struct pneigh_entry *);
10369 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h22174 struct neigh_table { struct
22175 int family;
22176 unsigned int entry_size;
22177 unsigned int key_len;
22178 __be16 protocol;
22179 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
22180 bool (*key_eq)(const struct neighbour *, const void *);
22181 int (*constructor)(struct neighbour *);
22182 int (*pconstructor)(struct pneigh_entry *);
22183 void (*pdestructor)(struct pneigh_entry *);
[all …]
H A Dvmlinux.h22174 struct neigh_table { struct
22175 int family;
22176 unsigned int entry_size;
22177 unsigned int key_len;
22178 __be16 protocol;
22179 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
22180 bool (*key_eq)(const struct neighbour *, const void *);
22181 int (*constructor)(struct neighbour *);
22182 int (*pconstructor)(struct pneigh_entry *);
22183 void (*pdestructor)(struct pneigh_entry *);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h11668 struct neigh_table { struct
11669 int family;
11670 unsigned int entry_size;
11671 unsigned int key_len;
11672 __be16 protocol;
11673 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
11674 bool (*key_eq)(const struct neighbour *, const void *);
11675 int (*constructor)(struct neighbour *);
11676 int (*pconstructor)(struct pneigh_entry *);
11677 void (*pdestructor)(struct pneigh_entry *);
[all …]
H A Dvmlinux.h11668 struct neigh_table { struct
11669 int family;
11670 unsigned int entry_size;
11671 unsigned int key_len;
11672 __be16 protocol;
11673 __u32 (*hash)(const void *, const struct net_device *, __u32 *);
11674 bool (*key_eq)(const struct neighbour *, const void *);
11675 int (*constructor)(struct neighbour *);
11676 int (*pconstructor)(struct pneigh_entry *);
11677 void (*pdestructor)(struct pneigh_entry *);
[all …]