Searched refs:nft_set_ext (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/net/netfilter/ |
D | nf_tables.h | 296 struct nft_set_ext; 325 const struct nft_set_ext **ext); 333 const struct nft_set_ext **ext); 340 struct nft_set_ext **ext); 557 struct nft_set_ext { struct 566 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() argument 583 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init() 589 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists() 594 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists() 599 static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id) in nft_set_ext() function [all …]
|
/Linux-v5.4/net/netfilter/ |
D | nft_set_hash.c | 31 struct nft_set_ext ext; 78 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup() 119 const struct nft_set_ext **ext) in nft_rhash_update() 160 struct nft_set_ext **ext) in nft_rhash_insert() 419 struct nft_set_ext ext; 423 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup() 462 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup_fast() 484 const struct nft_set_ext *ext) in nft_jhash() 502 struct nft_set_ext **ext) in nft_hash_insert()
|
D | nft_set_rbtree.c | 27 struct nft_set_ext ext; 43 const u32 *key, const struct nft_set_ext **ext, in __nft_rbtree_lookup() 96 const u32 *key, const struct nft_set_ext **ext) in nft_rbtree_lookup() 194 struct nft_set_ext **ext) in __nft_rbtree_insert() 236 struct nft_set_ext **ext) in nft_rbtree_insert()
|
D | nft_set_bitmap.c | 17 struct nft_set_ext ext; 77 const u32 *key, const struct nft_set_ext **ext) in nft_bitmap_lookup() 125 struct nft_set_ext **ext) in nft_bitmap_insert()
|
D | nft_lookup.c | 32 const struct nft_set_ext *ext; in nft_lookup_eval() 168 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_lookup_validate_setelem()
|
D | nft_dynset.c | 48 struct nft_set_ext *ext; in nft_dynset_new() 83 const struct nft_set_ext *ext; in nft_dynset_eval()
|
D | nft_connlimit.c | 25 const struct nft_set_ext *ext) in nft_connlimit_do_eval()
|
D | nft_objref.c | 108 const struct nft_set_ext *ext; in nft_objref_map_eval()
|
D | nf_tables_api.c | 3797 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_bind_check_setelem() 3972 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_fill_setelem() 4386 struct nft_set_ext *ext; in nft_set_elem_init() 4413 struct nft_set_ext *ext = nft_set_elem_ext(set, elem); in nft_set_elem_destroy() 4444 struct nft_set_ext *ext = nft_set_elem_ext(set, elem); in nf_tables_set_elem_destroy() 4458 struct nft_set_ext *ext, *ext2; in nft_add_set_elem() 4743 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_set_elem_activate() 4755 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nft_set_elem_deactivate() 4770 struct nft_set_ext *ext; in nft_del_setelem() 7155 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_loop_check_setelem()
|