Searched defs:neigh_table (Results 1 – 2 of 2) sorted by relevance
10445 struct neigh_table { struct10446 int family;10447 unsigned int entry_size;10448 unsigned int key_len;10449 __be16 protocol;10450 __u32 (*hash)(const void *, const struct net_device *, __u32 *);10451 bool (*key_eq)(const struct neighbour *, const void *);10452 int (*constructor)(struct neighbour *);10453 int (*pconstructor)(struct pneigh_entry *);10454 void (*pdestructor)(struct pneigh_entry *);[all …]
10360 struct neigh_table { struct10361 int family;10362 unsigned int entry_size;10363 unsigned int key_len;10364 __be16 protocol;10365 __u32 (*hash)(const void *, const struct net_device *, __u32 *);10366 bool (*key_eq)(const struct neighbour *, const void *);10367 int (*constructor)(struct neighbour *);10368 int (*pconstructor)(struct pneigh_entry *);10369 void (*pdestructor)(struct pneigh_entry *);[all …]