Searched refs:nft_pipapo_match (Results 1 – 3 of 3) sorted by relevance
417 static struct nft_pipapo_elem *pipapo_get(const struct nft_pipapo_match *m, in pipapo_get()522 const struct nft_pipapo_match *m; in nft_pipapo_lookup()548 struct nft_pipapo_match *m = rcu_dereference(priv->match); in nft_pipapo_get()1119 static void pipapo_map(struct nft_pipapo_match *m,1143 static void pipapo_free_scratch(const struct nft_pipapo_match *m, unsigned int cpu)1164 static int pipapo_realloc_scratch(struct nft_pipapo_match *clone,1224 static struct nft_pipapo_match *pipapo_clone(struct nft_pipapo_match *old);1232 static struct nft_pipapo_match *pipapo_maybe_clone(const struct nft_set *set)1235 struct nft_pipapo_match *m;1263 struct nft_pipapo_match *m = pipapo_maybe_clone(set);[all …]
138 * struct nft_pipapo_match - Data used for lookup and matching145 struct nft_pipapo_match { struct 161 struct nft_pipapo_match __rcu *match; argument 162 struct nft_pipapo_match *clone;274 size += sizeof(struct nft_pipapo) + sizeof(struct nft_pipapo_match) * 2; in pipapo_estimate_size() 291 static inline void pipapo_resmap_init(const struct nft_pipapo_match *m, unsigned long *res_map) in pipapo_resmap_init()
1056 static int nft_pipapo_avx2_lookup_slow(const struct nft_pipapo_match *mdata, in nft_pipapo_avx2_lookup_slow()1123 static inline void pipapo_resmap_init_avx2(const struct nft_pipapo_match *m, unsigned long *res_map) in pipapo_resmap_init_avx2()1156 const struct nft_pipapo_match *m; in nft_pipapo_avx2_lookup()