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.c419 static struct nft_pipapo_elem *pipapo_get_slow(const struct nft_pipapo_match *m, in pipapo_get_slow()
524 static struct nft_pipapo_elem *pipapo_get(const struct nft_pipapo_match *m, in pipapo_get()
576 const struct nft_pipapo_match *m; in nft_pipapo_lookup()
602 struct nft_pipapo_match *m = rcu_dereference(priv->match); in nft_pipapo_get()
1173 static void pipapo_map(struct nft_pipapo_match *m,
1197 static void pipapo_free_scratch(const struct nft_pipapo_match *m, unsigned int cpu)
1213 static int pipapo_realloc_scratch(struct nft_pipapo_match *clone,
1254 static struct nft_pipapo_match *pipapo_clone(struct nft_pipapo_match *old);
1262 static struct nft_pipapo_match *pipapo_maybe_clone(const struct nft_set *set)
1265 struct nft_pipapo_match *m;
[all …]
H A Dnft_set_pipapo.h149 struct nft_pipapo_match { struct
167 struct nft_pipapo_match __rcu *match; argument
168 struct nft_pipapo_match *clone;
281 size += sizeof(struct nft_pipapo) + sizeof(struct nft_pipapo_match) * 2; in pipapo_estimate_size()
298 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.c1047 static int nft_pipapo_avx2_lookup_slow(const struct nft_pipapo_match *mdata, in nft_pipapo_avx2_lookup_slow()
1101 static inline void pipapo_resmap_init_avx2(const struct nft_pipapo_match *m, unsigned long *res_map) in pipapo_resmap_init_avx2()
1130 struct nft_pipapo_elem *pipapo_get_avx2(const struct nft_pipapo_match *m, in pipapo_get_avx2()
1259 const struct nft_pipapo_match *m; in nft_pipapo_avx2_lookup()