Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h200 struct neigh_table { struct
201 int family;
202 unsigned int entry_size;
203 unsigned int key_len;
204 __be16 protocol;
205 __u32 (*hash)(const void *pkey,
208 bool (*key_eq)(const struct neighbour *, const void *pkey);
209 int (*constructor)(struct neighbour *);
210 int (*pconstructor)(struct pneigh_entry *);
211 void (*pdestructor)(struct pneigh_entry *);
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_fwd_netdev.c101 int neigh_table; in nft_fwd_neigh_eval() local