Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dneighbour.h194 struct neigh_table { struct
195 int family;
196 unsigned int entry_size;
197 unsigned int key_len;
198 __be16 protocol;
199 __u32 (*hash)(const void *pkey,
202 bool (*key_eq)(const struct neighbour *, const void *pkey);
203 int (*constructor)(struct neighbour *);
204 int (*pconstructor)(struct pneigh_entry *);
205 void (*pdestructor)(struct pneigh_entry *);
[all …]
/kernel/linux/linux-4.19/include/net/
Dneighbour.h192 struct neigh_table { struct
193 int family;
194 unsigned int entry_size;
195 unsigned int key_len;
196 __be16 protocol;
197 __u32 (*hash)(const void *pkey,
200 bool (*key_eq)(const struct neighbour *, const void *pkey);
201 int (*constructor)(struct neighbour *);
202 int (*pconstructor)(struct pneigh_entry *);
203 void (*pdestructor)(struct pneigh_entry *);
[all …]
/kernel/linux/linux-4.19/net/netfilter/
Dnft_fwd_netdev.c87 int neigh_table; in nft_fwd_neigh_eval() local
/kernel/linux/linux-5.10/net/netfilter/
Dnft_fwd_netdev.c101 int neigh_table; in nft_fwd_neigh_eval() local