nft_set_type 389 include/net/netfilter/nf_tables.h #define to_set_type(o) container_of(o, struct nft_set_type, ops) nft_set_type 391 include/net/netfilter/nf_tables.h int nft_register_set(struct nft_set_type *type); nft_set_type 392 include/net/netfilter/nf_tables.h void nft_unregister_set(struct nft_set_type *type); nft_set_type 72 include/net/netfilter/nf_tables_core.h extern struct nft_set_type nft_set_rhash_type; nft_set_type 73 include/net/netfilter/nf_tables_core.h extern struct nft_set_type nft_set_hash_type; nft_set_type 74 include/net/netfilter/nf_tables_core.h extern struct nft_set_type nft_set_hash_fast_type; nft_set_type 75 include/net/netfilter/nf_tables_core.h extern struct nft_set_type nft_set_rbtree_type; nft_set_type 76 include/net/netfilter/nf_tables_core.h extern struct nft_set_type nft_set_bitmap_type; nft_set_type 3004 net/netfilter/nf_tables_api.c int nft_register_set(struct nft_set_type *type) nft_set_type 3013 net/netfilter/nf_tables_api.c void nft_unregister_set(struct nft_set_type *type) nft_set_type 3025 net/netfilter/nf_tables_api.c static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags) nft_set_type 3043 net/netfilter/nf_tables_api.c const struct nft_set_type *type; nft_set_type 296 net/netfilter/nft_set_bitmap.c struct nft_set_type nft_set_bitmap_type __read_mostly = { nft_set_type 665 net/netfilter/nft_set_hash.c struct nft_set_type nft_set_rhash_type __read_mostly = { nft_set_type 689 net/netfilter/nft_set_hash.c struct nft_set_type nft_set_hash_type __read_mostly = { nft_set_type 709 net/netfilter/nft_set_hash.c struct nft_set_type nft_set_hash_fast_type __read_mostly = { nft_set_type 497 net/netfilter/nft_set_rbtree.c struct nft_set_type nft_set_rbtree_type __read_mostly = {