Home
last modified time | relevance | path

Searched refs:nft_set_type (Results 1 – 2 of 2) sorted by relevance

/include/net/netfilter/
Dnf_tables_core.h92 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;
Dnf_tables.h409 struct nft_set_type { struct
413 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument