Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dneighbour.h202 struct neigh_table { struct
203 int family;
204 unsigned int entry_size;
205 unsigned int key_len;
206 __be16 protocol;
207 __u32 (*hash)(const void *pkey,
210 bool (*key_eq)(const struct neighbour *, const void *pkey);
211 int (*constructor)(struct neighbour *);
212 int (*pconstructor)(struct pneigh_entry *);
213 void (*pdestructor)(struct pneigh_entry *);
[all …]
/linux-6.14.4/net/netfilter/
Dnft_fwd_netdev.c104 int neigh_table; in nft_fwd_neigh_eval() local
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h341 struct rhashtable neigh_table; member