Searched refs:nft_set_type (Results 1 – 2 of 2) sorted by relevance
92 extern const struct nft_set_type nft_set_rhash_type;93 extern const struct nft_set_type nft_set_hash_type;94 extern const struct nft_set_type nft_set_hash_fast_type;95 extern const struct nft_set_type nft_set_rbtree_type;96 extern const struct nft_set_type nft_set_bitmap_type;97 extern const struct nft_set_type nft_set_pipapo_type;98 extern const struct nft_set_type nft_set_pipapo_avx2_type;
409 struct nft_set_type { struct413 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument