Home
last modified time | relevance | path

Searched defs:neigh_table (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dneighbour.h209 struct neigh_table { struct
210 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 …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h341 struct rhashtable neigh_table; member