Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h327 struct nft_set;
335 struct nft_set *set,
463 const struct nft_set *set,
465 const struct nft_set_ext * (*update)(struct nft_set *set,
469 bool (*delete)(const struct nft_set *set,
473 const struct nft_set *set,
477 const struct nft_set *set,
480 const struct nft_set *set,
483 const struct nft_set *set,
486 const struct nft_set *se
579 struct nft_set { global() struct
603 ____cacheline_alignednft_set global() argument
616 datanft_set nft_set_is_anonymous() argument
[all...]
H A Dnf_tables_core.h98 nft_rhash_lookup(const struct net *net, const struct nft_set *set,
101 nft_rbtree_lookup(const struct net *net, const struct nft_set *set,
104 nft_bitmap_lookup(const struct net *net, const struct nft_set *set,
107 nft_hash_lookup_fast(const struct net *net, const struct nft_set *set,
110 nft_hash_lookup(const struct net *net, const struct nft_set *set,
113 nft_set_do_lookup(const struct net *net, const struct nft_set *set,
117 nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup()
126 nft_pipapo_lookup(const struct net *net, const struct nft_set *set,
130 nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set,
191 struct nft_elem_priv *nft_dynset_new(struct nft_set *se
[all...]
/linux/net/netfilter/
H A Dnft_set_bitmap.c52 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
79 nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
97 const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
116 nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
133 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
156 static void nft_bitmap_remove(const struct net *net, const struct nft_set *set, in nft_bitmap_remove()
171 const struct nft_set *set, in nft_bitmap_activate()
186 const struct nft_set *set, in nft_bitmap_flush()
201 nft_bitmap_deactivate(const struct net *net, const struct nft_set *set, in nft_bitmap_deactivate()
223 struct nft_set *se in nft_bitmap_walk()
[all...]
H A Dnft_set_pipapo.c517 nft_pipapo_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_lookup()
544 nft_pipapo_get(const struct net *net, const struct nft_set *set, in nft_pipapo_get()
1213 static bool nft_pipapo_transaction_mutex_held(const struct nft_set *set)
1232 static struct nft_pipapo_match *pipapo_maybe_clone(const struct nft_set *set)
1256 static int nft_pipapo_insert(const struct net *net, const struct nft_set *set,
1646 static void nft_pipapo_gc_deactivate(struct net *net, struct nft_set *set,
1658 static void pipapo_gc(struct nft_set *set, struct nft_pipapo_match *m)
1772 static void nft_pipapo_commit(struct nft_set *set)
1791 static void nft_pipapo_abort(const struct nft_set *set)
1813 const struct nft_set *set,
[all …]
H A Dnft_lookup.c19 struct nft_set *set;
29 nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup()
64 const struct nft_set *set = priv->set; in nft_lookup_eval()
104 struct nft_set *set; in nft_lookup_init()
H A Dnf_tables_api.c209 static void __nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set, in __nft_set_trans_bind()
234 static void nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set) in nft_set_trans_bind()
239 static void nft_set_trans_unbind(const struct nft_ctx *ctx, struct nft_set *set) in nft_set_trans_unbind()
743 struct nft_set *set, in __nft_trans_set_add()
775 struct nft_set *set) in nft_trans_set_add()
781 struct nft_set *set, in nft_mapelem_deactivate()
803 struct nft_set *set) in nft_map_catchall_deactivate()
820 static void nft_map_deactivate(const struct nft_ctx *ctx, struct nft_set *set) in nft_map_deactivate()
834 static int nft_delset(const struct nft_ctx *ctx, struct nft_set *set) in nft_delset()
1663 struct nft_set *set, *ns; in nft_flush_table()
[all …]
H A Dnft_dynset.c16 struct nft_set *set;
47 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()
H A Dnft_objref.c100 struct nft_set *set;
110 const struct nft_set *set = priv->set; in nft_objref_map_eval()
133 struct nft_set *set; in nft_objref_map_init()
H A Dnft_set_pipapo_avx2.c1149 nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_avx2_lookup()