Searched refs:nft_set_desc (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/net/netfilter/ |
D | nft_set_hash.c | 393 const struct nft_set_desc *desc) in nft_rhash_privsize() 407 const struct nft_set_desc *desc, in nft_rhash_init() 470 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 664 const struct nft_set_desc *desc) in nft_hash_privsize() 671 const struct nft_set_desc *desc, in nft_hash_init() 698 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate() 716 static bool nft_hash_fast_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_fast_estimate()
|
D | nft_set_pipapo_avx2.h | 8 bool nft_pipapo_avx2_estimate(const struct nft_set_desc *desc, u32 features,
|
D | nft_set_bitmap.c | 250 const struct nft_set_desc *desc) in nft_bitmap_privsize() 258 const struct nft_set_desc *desc, in nft_bitmap_init() 281 static bool nft_bitmap_estimate(const struct nft_set_desc *desc, u32 features, in nft_bitmap_estimate()
|
D | nft_set_rbtree.c | 686 const struct nft_set_desc *desc) in nft_rbtree_privsize() 692 const struct nft_set_desc *desc, in nft_rbtree_init() 720 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
D | nft_set_pipapo.h | 246 static u64 pipapo_estimate_size(const struct nft_set_desc *desc) in pipapo_estimate_size()
|
D | nft_set_pipapo.c | 2187 const struct nft_set_desc *desc) 2200 static bool nft_pipapo_estimate(const struct nft_set_desc *desc, u32 features, 2231 const struct nft_set_desc *desc,
|
D | nft_set_pipapo_avx2.c | 1094 bool nft_pipapo_avx2_estimate(const struct nft_set_desc *desc, u32 features, in nft_pipapo_avx2_estimate()
|
D | nf_tables_api.c | 610 const struct nft_set_desc *desc) in __nft_trans_set_add() 4370 const struct nft_set_desc *desc) in nft_select_set_ops() 4916 struct nft_set_desc *desc) in nft_set_desc_concat_parse() 4942 static int nft_set_desc_concat(struct nft_set_desc *desc, in nft_set_desc_concat() 4971 static int nf_tables_set_desc_parse(struct nft_set_desc *desc, in nf_tables_set_desc_parse() 5044 const struct nft_set_desc *desc, in nft_set_is_same() 5079 struct nft_set_desc desc; in nf_tables_newset()
|
/linux-6.12.1/include/net/netfilter/ |
D | nf_tables.h | 356 struct nft_set_desc { struct 501 const struct nft_set_desc *desc); 502 bool (*estimate)(const struct nft_set_desc *desc, 506 const struct nft_set_desc *desc,
|