Home
last modified time | relevance | path

Searched refs:nft_pipapo_match (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnft_set_pipapo.c417 const struct nft_pipapo_match *m; in nft_pipapo_lookup()
521 const struct nft_pipapo_match *m, in pipapo_get()
615 struct nft_pipapo_match *m = rcu_dereference(priv->match); in nft_pipapo_get()
1156 static void pipapo_map(struct nft_pipapo_match *m,
1180 static void pipapo_free_scratch(const struct nft_pipapo_match *m, unsigned int cpu)
1201 static int pipapo_realloc_scratch(struct nft_pipapo_match *clone,
1262 static struct nft_pipapo_match *pipapo_clone(struct nft_pipapo_match *old);
1270 static struct nft_pipapo_match *pipapo_maybe_clone(const struct nft_set *set)
1273 struct nft_pipapo_match *m;
1301 struct nft_pipapo_match *m = pipapo_maybe_clone(set);
[all …]
H A Dnft_set_pipapo.h145 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()
H A Dnft_set_pipapo_avx2.c1055 static int nft_pipapo_avx2_lookup_slow(const struct nft_pipapo_match *mdata, in nft_pipapo_avx2_lookup_slow()
1135 const struct nft_pipapo_match *m; in nft_pipapo_avx2_lookup()