Searched refs:nft_set_desc (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nft_set_hash.c | 402 const struct nft_set_desc *desc) in nft_rhash_privsize() 416 const struct nft_set_desc *desc, in nft_rhash_init() 476 static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, in nft_rhash_estimate() 671 const struct nft_set_desc *desc) in nft_hash_privsize() 678 const struct nft_set_desc *desc, in nft_hash_init() 705 static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_estimate() 723 static bool nft_hash_fast_estimate(const struct nft_set_desc *desc, u32 features, in nft_hash_fast_estimate()
|
H A D | nft_set_bitmap.c | 253 const struct nft_set_desc *desc) in nft_bitmap_privsize() 261 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()
|
H A D | nft_set_pipapo_avx2.h | 8 bool nft_pipapo_avx2_estimate(const struct nft_set_desc *desc, u32 features,
|
H A D | nft_set_rbtree.c | 694 const struct nft_set_desc *desc) in nft_rbtree_privsize() 700 const struct nft_set_desc *desc, in nft_rbtree_init() 726 static bool nft_rbtree_estimate(const struct nft_set_desc *desc, u32 features, in nft_rbtree_estimate()
|
H A D | nft_set_pipapo.h | 253 static u64 pipapo_estimate_size(const struct nft_set_desc *desc) in pipapo_estimate_size()
|
H A D | nft_set_pipapo.c | 2092 const struct nft_set_desc *desc) 2105 static bool nft_pipapo_estimate(const struct nft_set_desc *desc, u32 features, 2136 const struct nft_set_desc *desc,
|
H A 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()
|
H A D | nf_tables_api.c | 561 const struct nft_set_desc *desc) in __nft_trans_set_add() 4291 const struct nft_set_desc *desc) in nft_select_set_ops() 4849 struct nft_set_desc *desc) in nft_set_desc_concat_parse() 4875 static int nft_set_desc_concat(struct nft_set_desc *desc, in nft_set_desc_concat() 4904 static int nf_tables_set_desc_parse(struct nft_set_desc *desc, in nf_tables_set_desc_parse() 4977 const struct nft_set_desc *desc, in nft_set_is_same() 5005 const struct nft_set_desc *desc) in nft_set_kernel_size() 5021 struct nft_set_desc desc; in nf_tables_newset()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 343 struct nft_set_desc { struct 493 const struct nft_set_desc *desc); 494 bool (*estimate)(const struct nft_set_desc *desc, 498 const struct nft_set_desc *desc,
|