Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables_core.h88 extern const struct nft_set_type nft_set_rhash_type;
89 extern const struct nft_set_type nft_set_hash_type;
90 extern const struct nft_set_type nft_set_hash_fast_type;
91 extern const struct nft_set_type nft_set_rbtree_type;
92 extern const struct nft_set_type nft_set_bitmap_type;
93 extern const struct nft_set_type nft_set_pipapo_type;
94 extern const struct nft_set_type nft_set_pipapo_avx2_type;
H A Dnf_tables.h515 struct nft_set_type { struct
519 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument
/linux/net/netfilter/
H A Dnft_set_hash.c844 const struct nft_set_type nft_set_rhash_type = {
867 const struct nft_set_type nft_set_hash_type = {
886 const struct nft_set_type nft_set_hash_fast_type = {
H A Dnft_set_bitmap.c305 const struct nft_set_type nft_set_bitmap_type = {
H A Dnft_set_pipapo.c2394 const struct nft_set_type nft_set_pipapo_type = {
2419 const struct nft_set_type nft_set_pipapo_avx2_type = {
H A Dnft_set_rbtree.c1177 const struct nft_set_type nft_set_rbtree_type = {
H A Dnf_tables_api.c4637 static const struct nft_set_type *nft_set_types[] = {
4653 static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags) in nft_set_ops_candidate()
4670 const struct nft_set_type *type; in nft_select_set_ops()