nft_set_type
#define to_set_type(o) container_of(o, struct nft_set_type, ops)
extern const struct nft_set_type nft_set_rhash_type;
extern const struct nft_set_type nft_set_hash_type;
extern const struct nft_set_type nft_set_hash_fast_type;
extern const struct nft_set_type nft_set_rbtree_type;
extern const struct nft_set_type nft_set_bitmap_type;
extern const struct nft_set_type nft_set_pipapo_type;
extern const struct nft_set_type nft_set_pipapo_avx2_type;
static const struct nft_set_type *nft_set_types[] = {
static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags)
const struct nft_set_type *type;
const struct nft_set_type nft_set_bitmap_type = {
const struct nft_set_type nft_set_rhash_type = {
const struct nft_set_type nft_set_hash_type = {
const struct nft_set_type nft_set_hash_fast_type = {
const struct nft_set_type nft_set_pipapo_type = {
const struct nft_set_type nft_set_pipapo_avx2_type = {
const struct nft_set_type nft_set_rbtree_type = {