Searched defs:neigh_table (Results 1 – 2 of 2) sorted by relevance
209 struct neigh_table { struct210 int family;211 unsigned int entry_size;212 unsigned int key_len;213 __be16 protocol;214 __u32 (*hash)(const void *pkey,217 bool (*key_eq)(const struct neighbour *, const void *pkey);218 int (*constructor)(struct neighbour *);219 int (*pconstructor)(struct pneigh_entry *);220 void (*pdestructor)(struct pneigh_entry *);[all …]
341 struct rhashtable neigh_table; member