Symbol: nft_set_type
include/net/netfilter/nf_tables.h
526
#define to_set_type(o) container_of(o, struct nft_set_type, ops)
include/net/netfilter/nf_tables_core.h
88
extern const struct nft_set_type nft_set_rhash_type;
include/net/netfilter/nf_tables_core.h
89
extern const struct nft_set_type nft_set_hash_type;
include/net/netfilter/nf_tables_core.h
90
extern const struct nft_set_type nft_set_hash_fast_type;
include/net/netfilter/nf_tables_core.h
91
extern const struct nft_set_type nft_set_rbtree_type;
include/net/netfilter/nf_tables_core.h
92
extern const struct nft_set_type nft_set_bitmap_type;
include/net/netfilter/nf_tables_core.h
93
extern const struct nft_set_type nft_set_pipapo_type;
include/net/netfilter/nf_tables_core.h
94
extern const struct nft_set_type nft_set_pipapo_avx2_type;
net/netfilter/nf_tables_api.c
4646
static const struct nft_set_type *nft_set_types[] = {
net/netfilter/nf_tables_api.c
4662
static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags)
net/netfilter/nf_tables_api.c
4679
const struct nft_set_type *type;
net/netfilter/nft_set_bitmap.c
305
const struct nft_set_type nft_set_bitmap_type = {
net/netfilter/nft_set_hash.c
844
const struct nft_set_type nft_set_rhash_type = {
net/netfilter/nft_set_hash.c
867
const struct nft_set_type nft_set_hash_type = {
net/netfilter/nft_set_hash.c
886
const struct nft_set_type nft_set_hash_fast_type = {
net/netfilter/nft_set_pipapo.c
2418
const struct nft_set_type nft_set_pipapo_type = {
net/netfilter/nft_set_pipapo.c
2443
const struct nft_set_type nft_set_pipapo_avx2_type = {
net/netfilter/nft_set_rbtree.c
1180
const struct nft_set_type nft_set_rbtree_type = {