Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h207 struct neigh_table { struct
208 int family;
209 unsigned int entry_size;
210 unsigned int key_len;
211 __be16 protocol;
212 __u32 (*hash)(const void *pkey,
215 bool (*key_eq)(const struct neighbour *, const void *pkey);
216 int (*constructor)(struct neighbour *);
217 int (*pconstructor)(struct pneigh_entry *);
218 void (*pdestructor)(struct pneigh_entry *);
[all …]
/linux/net/netfilter/
H A Dnft_fwd_netdev.c104 int neigh_table; in nft_fwd_neigh_eval() local
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h341 struct rhashtable neigh_table; member