Searched defs:neigh_table (Results 1 – 1 of 1) sorted by relevance
190 struct neigh_table { struct191 int family;192 int entry_size;193 int key_len;194 __be16 protocol;195 __u32 (*hash)(const void *pkey,198 bool (*key_eq)(const struct neighbour *, const void *pkey);199 int (*constructor)(struct neighbour *);200 int (*pconstructor)(struct pneigh_entry *);201 void (*pdestructor)(struct pneigh_entry *);[all …]