Home
last modified time | relevance | path

Searched refs:nft_set (Results 1 – 11 of 11) sorted by relevance

/linux/net/netfilter/
A Dnft_set_hash.c36 const struct nft_set *set;
123 (*new)(struct nft_set *, in nft_rhash_update() argument
206 const struct nft_set *set, in nft_rhash_flush()
238 const struct nft_set *set, in nft_rhash_remove()
320 struct nft_set *set; in nft_rhash_gc()
432 const struct nft_set *set;
444 const struct nft_set *set) in nft_rhash_destroy()
534 const struct nft_set *set, in nft_hash_lookup_fast()
604 const struct nft_set *set, in nft_hash_flush()
634 const struct nft_set *set, in nft_hash_remove()
[all …]
A Dnft_set_bitmap.c52 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
78 bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
91 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
109 nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
126 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
164 const struct nft_set *set, in nft_bitmap_activate()
179 const struct nft_set *set, in nft_bitmap_flush()
194 nft_bitmap_deactivate(const struct net *net, const struct nft_set *set, in nft_bitmap_deactivate()
216 struct nft_set *set, in nft_bitmap_walk()
257 static int nft_bitmap_init(const struct nft_set *set, in nft_bitmap_init()
[all …]
A Dnft_set_rbtree.c42 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp()
239 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem()
520 const struct nft_set *set, in nft_rbtree_remove()
530 const struct nft_set *set, in nft_rbtree_activate()
539 const struct nft_set *set, in nft_rbtree_flush()
590 struct nft_set *set, in nft_rbtree_walk()
623 static void nft_rbtree_gc(struct nft_set *set) in nft_rbtree_gc()
691 static int nft_rbtree_init(const struct nft_set *set, in nft_rbtree_init()
707 const struct nft_set *set) in nft_rbtree_destroy()
738 static void nft_rbtree_commit(struct nft_set *set) in nft_rbtree_commit()
[all …]
A Dnft_set_pipapo.c410 bool nft_pipapo_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_lookup()
520 const struct nft_set *set, in pipapo_get()
611 nft_pipapo_get(const struct net *net, const struct nft_set *set, in nft_pipapo_get()
1697 static void pipapo_gc(struct nft_set *set, struct nft_pipapo_match *m)
1811 static void nft_pipapo_commit(struct nft_set *set)
1830 static void nft_pipapo_abort(const struct nft_set *set)
1852 const struct nft_set *set,
2230 static int nft_pipapo_init(const struct nft_set *set,
2302 const struct nft_set *set,
2329 const struct nft_set *set)
[all …]
A Dnft_lookup.c19 struct nft_set *set;
28 bool nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup()
63 const struct nft_set *set = priv->set; in nft_lookup_eval()
103 struct nft_set *set; in nft_lookup_init()
A Dnft_dynset.c16 struct nft_set *set;
47 static struct nft_elem_priv *nft_dynset_new(struct nft_set *set, in nft_dynset_new()
85 struct nft_set *set = priv->set; in nft_dynset_eval()
127 nft_dynset_expr_alloc(const struct nft_ctx *ctx, const struct nft_set *set, in nft_dynset_expr_alloc()
169 struct nft_set *set; in nft_dynset_init()
A Dnf_tables_api.c4463 struct nft_set *set; in nft_set_lookup()
4480 struct nft_set *set; in nft_set_lookup_byhandle()
4516 struct nft_set *set; in nft_set_lookup_global()
5082 struct nft_set *set; in nf_tables_newset()
5414 struct nft_set *set; in nf_tables_delset()
5935 struct nft_set *set; in nf_tables_dump_set()
6253 struct nft_set *set; in nft_set_dump_ctx_init()
7247 struct nft_set *set; in nf_tables_newsetelem()
7535 struct nft_set *set; in nf_tables_delsetelem()
10021 struct nft_set *set; in nft_trans_gc_queue_async()
[all …]
A Dnft_objref.c100 struct nft_set *set;
110 const struct nft_set *set = priv->set; in nft_objref_map_eval()
134 struct nft_set *set; in nft_objref_map_init()
A Dnft_set_pipapo_avx2.c1129 bool nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_avx2_lookup()
/linux/include/net/netfilter/
A Dnf_tables.h327 struct nft_set;
335 struct nft_set *set,
466 (*new)(struct nft_set *,
486 const struct nft_set *set,
492 struct nft_set *set,
579 struct nft_set { struct
859 const struct nft_set *set,
873 const struct nft_set *set,
1686 struct nft_set *set;
1763 struct nft_set *set;
[all …]
A Dnf_tables_core.h97 bool nft_rhash_lookup(const struct net *net, const struct nft_set *set,
99 bool nft_rbtree_lookup(const struct net *net, const struct nft_set *set,
101 bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set,
104 const struct nft_set *set,
106 bool nft_hash_lookup(const struct net *net, const struct nft_set *set,
108 bool nft_set_do_lookup(const struct net *net, const struct nft_set *set,
112 nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup()
120 bool nft_pipapo_lookup(const struct net *net, const struct nft_set *set,
123 bool nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set,

Completed in 60 milliseconds