| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 321 struct nft_set; 329 struct nft_set *set, 456 const struct nft_set *set, 458 const struct nft_set_ext * (*update)(struct nft_set *set, 462 bool (*delete)(const struct nft_set *set, 466 const struct nft_set *set, 470 const struct nft_set *set, 473 const struct nft_set *set, 476 const struct nft_set *set, 479 const struct nft_set *set, [all …]
|
| H A D | nf_tables_core.h | 98 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, 115 nft_set_do_lookup(const struct net *net, const struct nft_set *set, 120 nft_pipapo_lookup(const struct net *net, const struct nft_set *set, 124 nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set, 185 struct nft_elem_priv *nft_dynset_new(struct nft_set *set,
|
| /linux/net/netfilter/ |
| H A D | nft_set_hash.c | 39 const struct nft_set *set; 86 nft_rhash_lookup(const struct net *net, const struct nft_set *set, in nft_rhash_lookup() 106 nft_rhash_get(const struct net *net, const struct nft_set *set, in nft_rhash_get() 126 nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update() 171 static int nft_rhash_insert(const struct net *net, const struct nft_set *set, in nft_rhash_insert() 197 static void nft_rhash_activate(const struct net *net, const struct nft_set *set, in nft_rhash_activate() 206 const struct nft_set *set, in nft_rhash_flush() 215 nft_rhash_deactivate(const struct net *net, const struct nft_set *set, in nft_rhash_deactivate() 238 const struct nft_set *set, in nft_rhash_remove() 247 static bool nft_rhash_delete(const struct nft_set *set, in nft_rhash_delete() [all …]
|
| H A D | nft_set_bitmap.c | 52 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 *set, in nft_bitmap_walk() [all …]
|
| H A D | nft_set_rbtree.c | 62 static bool nft_rbtree_interval_null(const struct nft_set *set, in nft_rbtree_interval_null() 69 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp() 108 nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup() 166 nft_rbtree_get(const struct net *net, const struct nft_set *set, in nft_rbtree_get() 195 static void nft_rbtree_gc_elem_move(struct net *net, struct nft_set *set, in nft_rbtree_gc_elem_move() 208 nft_rbtree_gc_elem(const struct nft_set *__set, struct nft_rbtree *priv, in nft_rbtree_gc_elem() 211 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem() 240 static bool nft_rbtree_update_first(const struct nft_set *set, in nft_rbtree_update_first() 338 static int __nft_rbtree_insert(const struct net *net, const struct nft_set *set, in __nft_rbtree_insert() 578 static u32 nft_array_elems(const struct nft_set *set) in nft_array_elems() [all …]
|
| H A D | nft_set_pipapo.c | 570 nft_pipapo_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_lookup() 596 nft_pipapo_get(const struct net *net, const struct nft_set *set, in nft_pipapo_get() 1241 static bool nft_pipapo_transaction_mutex_held(const struct nft_set *set) 1260 static struct nft_pipapo_match *pipapo_maybe_clone(const struct nft_set *set) 1284 static int nft_pipapo_insert(const struct net *net, const struct nft_set *set, 1674 static void nft_pipapo_gc_deactivate(struct net *net, struct nft_set *set, 1686 static void pipapo_gc_scan(struct nft_set *set, struct nft_pipapo_match *m) 1755 static void pipapo_gc_queue(struct nft_set *set) 1830 static void nft_pipapo_commit(struct nft_set *set) 1851 static void nft_pipapo_abort(const struct nft_set *set) [all …]
|
| H A D | nf_tables_api.c | 227 static void __nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set, in __nft_set_trans_bind() 252 static void nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set) in nft_set_trans_bind() 257 static void nft_set_trans_unbind(const struct nft_ctx *ctx, struct nft_set *set) in nft_set_trans_unbind() 797 struct nft_set *set, in __nft_trans_set_add() 829 struct nft_set *set) in nft_trans_set_add() 835 struct nft_set *set, in nft_mapelem_deactivate() 857 struct nft_set *set) in nft_map_catchall_deactivate() 878 static void nft_map_deactivate(const struct nft_ctx *ctx, struct nft_set *set) in nft_map_deactivate() 892 static int nft_delset(const struct nft_ctx *ctx, struct nft_set *set) in nft_delset() 1672 struct nft_set *set, *ns; in nft_flush_table() [all …]
|
| H A D | nft_dynset.c | 16 struct nft_set *set; 55 struct nft_elem_priv *nft_dynset_new(struct nft_set *set, in nft_dynset_new() 93 struct nft_set *set = priv->set; in nft_dynset_eval() 135 nft_dynset_expr_alloc(const struct nft_ctx *ctx, const struct nft_set *set, in nft_dynset_expr_alloc() 178 struct nft_set *set; in nft_dynset_init()
|
| H A D | nft_set_pipapo_avx2.c | 1263 nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set, in nft_pipapo_avx2_lookup()
|