Searched refs:nft_set_desc (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | nft_set_hash.c | 346 const struct nft_set_desc *desc) in nft_rhash_privsize() 360 const struct nft_set_desc *desc, in nft_rhash_init() 401 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 596 const struct nft_set_desc *desc) in nft_hash_privsize() 603 const struct nft_set_desc *desc, in nft_hash_init() 629 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate() 647 static bool nft_hash_fast_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_fast_estimate()
|
| D | nft_set_bitmap.c | 254 const struct nft_set_desc *desc) in nft_bitmap_privsize() 262 const struct nft_set_desc *desc, in nft_bitmap_init() 282 static bool nft_bitmap_estimate(const struct nft_set_desc *desc, u32 features, in nft_bitmap_estimate()
|
| D | nft_set_rbtree.c | 417 const struct nft_set_desc *desc) in nft_rbtree_privsize() 423 const struct nft_set_desc *desc, in nft_rbtree_init() 455 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
| D | nf_tables_api.c | 3000 const struct nft_set_desc *desc, in nft_select_set_ops() 3500 static int nf_tables_set_desc_parse(struct nft_set_desc *desc, in nf_tables_set_desc_parse() 3533 struct nft_set_desc desc; in nf_tables_newset()
|
| /Linux-v5.4/include/net/netfilter/ |
| D | nf_tables.h | 263 struct nft_set_desc { struct 362 const struct nft_set_desc *desc); 363 bool (*estimate)(const struct nft_set_desc *desc, 367 const struct nft_set_desc *desc,
|