Searched refs:nft_set_desc (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nft_set_hash.c | 368 const struct nft_set_desc *desc) in nft_rhash_privsize() 382 const struct nft_set_desc *desc, in nft_rhash_init() 431 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 628 const struct nft_set_desc *desc) in nft_hash_privsize() 635 const struct nft_set_desc *desc, in nft_hash_init() 661 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate() 679 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 | 255 const struct nft_set_desc *desc) in nft_bitmap_privsize() 263 const struct nft_set_desc *desc, in nft_bitmap_init() 283 static bool nft_bitmap_estimate(const struct nft_set_desc *desc, u32 features, in nft_bitmap_estimate()
|
D | nft_set_rbtree.c | 638 const struct nft_set_desc *desc) in nft_rbtree_privsize() 644 const struct nft_set_desc *desc, in nft_rbtree_init() 676 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
D | nft_set_pipapo.h | 245 static u64 pipapo_estimate_size(const struct nft_set_desc *desc) in pipapo_estimate_size()
|
D | nft_set_pipapo.c | 2005 const struct nft_set_desc *desc) 2018 static bool nft_pipapo_estimate(const struct nft_set_desc *desc, u32 features, 2049 const struct nft_set_desc *desc,
|
D | nft_set_pipapo_avx2.c | 1084 bool nft_pipapo_avx2_estimate(const struct nft_set_desc *desc, u32 features, in nft_pipapo_avx2_estimate()
|
D | nf_tables_api.c | 470 const struct nft_set_desc *desc) in __nft_trans_set_add() 3747 const struct nft_set_desc *desc) in nft_select_set_ops() 4287 struct nft_set_desc *desc) in nft_set_desc_concat_parse() 4313 static int nft_set_desc_concat(struct nft_set_desc *desc, in nft_set_desc_concat() 4338 static int nf_tables_set_desc_parse(struct nft_set_desc *desc, in nf_tables_set_desc_parse() 4411 const struct nft_set_desc *desc, in nft_set_is_same() 4446 struct nft_set_desc desc; in nf_tables_newset()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_tables.h | 327 struct nft_set_desc { struct 462 const struct nft_set_desc *desc); 463 bool (*estimate)(const struct nft_set_desc *desc, 467 const struct nft_set_desc *desc,
|