Searched defs:neigh_table (Results 1 – 5 of 5) sorted by relevance
200 struct neigh_table { struct201 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 …]
194 struct neigh_table { struct195 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 …]
101 int neigh_table; in nft_fwd_neigh_eval() local
104 int neigh_table; in nft_fwd_neigh_eval() local
341 struct rhashtable neigh_table; member