Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dneighbour.h195 struct neigh_table { struct
196 int family;
197 unsigned int entry_size;
198 unsigned int key_len;
199 __be16 protocol;
200 __u32 (*hash)(const void *pkey,
203 bool (*key_eq)(const struct neighbour *, const void *pkey);
204 int (*constructor)(struct neighbour *);
205 int (*pconstructor)(struct pneigh_entry *);
206 void (*pdestructor)(struct pneigh_entry *);
[all …]
/Linux-v5.4/net/netfilter/
Dnft_fwd_netdev.c93 int neigh_table; in nft_fwd_neigh_eval() local