Searched refs:nft_set_type (Results 1 – 5 of 5) sorted by relevance
88 extern const struct nft_set_type nft_set_rhash_type;89 extern const struct nft_set_type nft_set_hash_type;90 extern const struct nft_set_type nft_set_hash_fast_type;91 extern const struct nft_set_type nft_set_rbtree_type;92 extern const struct nft_set_type nft_set_bitmap_type;93 extern const struct nft_set_type nft_set_pipapo_type;94 extern const struct nft_set_type nft_set_pipapo_avx2_type;
516 * struct nft_set_type - nf_tables set type521 struct nft_set_type { struct 525 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument
304 const struct nft_set_type nft_set_bitmap_type = {
2324 const struct nft_set_type nft_set_pipapo_type = {2348 const struct nft_set_type nft_set_pipapo_avx2_type = {
4531 static const struct nft_set_type *nft_set_types[] = {4547 static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags) in nft_set_ops_candidate()4564 const struct nft_set_type *type; in nft_select_set_ops()