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