Searched refs:nft_set_ext (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/include/net/netfilter/ |
D | nf_tables.h | 402 struct nft_set_ext; 430 const struct nft_set_ext **ext); 438 const struct nft_set_ext **ext); 445 struct nft_set_ext **ext); 606 struct nft_set_ext *nft_set_catchall_lookup(const struct net *net, 700 struct nft_set_ext { struct 709 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() argument 731 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init() 737 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists() 742 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists() [all …]
|
D | nf_tables_core.h | 98 const u32 *key, const struct nft_set_ext **ext); 100 const u32 *key, const struct nft_set_ext **ext); 102 const u32 *key, const struct nft_set_ext **ext); 105 const u32 *key, const struct nft_set_ext **ext); 107 const u32 *key, const struct nft_set_ext **ext); 109 const u32 *key, const struct nft_set_ext **ext); 113 const u32 *key, const struct nft_set_ext **ext) in nft_set_do_lookup() 121 const u32 *key, const struct nft_set_ext **ext); 124 const u32 *key, const struct nft_set_ext **ext);
|
/Linux-v6.6/net/netfilter/ |
D | nft_set_hash.c | 31 struct nft_set_ext ext; 81 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup() 122 const struct nft_set_ext **ext) in nft_rhash_update() 165 struct nft_set_ext **ext) in nft_rhash_insert() 297 struct nft_set_ext *ext) in nft_rhash_expr_needs_gc_run() 480 struct nft_set_ext ext; 485 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup() 525 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup_fast() 547 const struct nft_set_ext *ext) in nft_jhash() 565 struct nft_set_ext **ext) in nft_hash_insert()
|
D | nft_set_bitmap.c | 17 struct nft_set_ext ext; 78 const u32 *key, const struct nft_set_ext **ext) in nft_bitmap_lookup() 126 struct nft_set_ext **ext) in nft_bitmap_insert()
|
D | nft_set_rbtree.c | 27 struct nft_set_ext ext; 56 const u32 *key, const struct nft_set_ext **ext, in __nft_rbtree_lookup() 118 const u32 *key, const struct nft_set_ext **ext) in nft_rbtree_lookup() 310 struct nft_set_ext **ext) in __nft_rbtree_insert() 488 struct nft_set_ext **ext) in nft_rbtree_insert()
|
D | nft_dynset.c | 30 const struct nft_set_ext *ext) in nft_dynset_expr_setup() 51 struct nft_set_ext *ext; in nft_dynset_new() 85 const struct nft_set_ext *ext; in nft_dynset_eval()
|
D | nft_lookup.c | 29 const u32 *key, const struct nft_set_ext **ext) in nft_set_do_lookup() 64 const struct nft_set_ext *ext = NULL; in nft_lookup_eval()
|
D | nft_set_pipapo.h | 176 struct nft_set_ext ext;
|
D | nft_set_pipapo.c | 412 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_lookup() 1160 struct nft_set_ext **ext2) 1162 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); 1765 const u8 *data, const struct nft_set_ext *ext) 1790 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
|
D | nft_objref.c | 112 const struct nft_set_ext *ext; in nft_objref_map_eval()
|
D | nf_tables_api.c | 613 struct nft_set_ext *ext; in nft_map_catchall_deactivate() 3756 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_setelem_validate() 3787 struct nft_set_ext *ext; in nft_set_catchall_validate() 5248 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_setelem_data_validate() 5272 struct nft_set_ext *ext; in nft_set_catchall_bind_check() 5366 struct nft_set_ext *ext; in nft_map_catchall_activate() 5515 const struct nft_set_ext *ext, in nft_set_elem_expr_dump() 5556 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_fill_setelem() 5644 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_dump_setelem() 5677 struct nft_set_ext *ext; in nft_set_catchall_dump() [all …]
|
D | nft_connlimit.c | 25 const struct nft_set_ext *ext) in nft_connlimit_do_eval()
|
D | nft_set_pipapo_avx2.c | 1120 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_avx2_lookup()
|