Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
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 …]