Searched refs:nft_set_desc (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nft_set_hash.c | 345 const struct nft_set_desc *desc) in nft_rhash_privsize() 359 const struct nft_set_desc *desc, in nft_rhash_init() 400 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 589 const struct nft_set_desc *desc) in nft_hash_privsize() 596 const struct nft_set_desc *desc, in nft_hash_init() 622 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate() 640 static bool nft_hash_fast_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_fast_estimate()
|
D | nft_set_bitmap.c | 257 const struct nft_set_desc *desc) in nft_bitmap_privsize() 265 const struct nft_set_desc *desc, in nft_bitmap_init() 285 static bool nft_bitmap_estimate(const struct nft_set_desc *desc, u32 features, in nft_bitmap_estimate()
|
D | nft_set_rbtree.c | 415 const struct nft_set_desc *desc) in nft_rbtree_privsize() 421 const struct nft_set_desc *desc, in nft_rbtree_init() 453 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
D | nf_tables_api.c | 2824 const struct nft_set_desc *desc, in nft_select_set_ops() 3327 struct nft_set_desc *desc, in nf_tables_set_desc_parse() 3360 struct nft_set_desc desc; in nf_tables_newset()
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 249 struct nft_set_desc { struct 340 const struct nft_set_desc *desc); 341 bool (*estimate)(const struct nft_set_desc *desc, 345 const struct nft_set_desc *desc,
|