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