Searched defs:neigh_table (Results 1 – 1 of 1) sorted by relevance
12539 struct neigh_table { struct12540 int family;12541 unsigned int entry_size;12542 unsigned int key_len;12543 __be16 protocol;12544 __u32 (*hash)(const void *, const struct net_device *, __u32 *);12545 bool (*key_eq)(const struct neighbour *, const void *);12546 int (*constructor)(struct neighbour *);12547 int (*pconstructor)(struct pneigh_entry *);12548 void (*pdestructor)(struct pneigh_entry *);[all …]