Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_tables_core.h86 extern const struct nft_set_type nft_set_rhash_type;
87 extern const struct nft_set_type nft_set_hash_type;
88 extern const struct nft_set_type nft_set_hash_fast_type;
89 extern const struct nft_set_type nft_set_rbtree_type;
90 extern const struct nft_set_type nft_set_bitmap_type;
91 extern const struct nft_set_type nft_set_pipapo_type;
92 extern const struct nft_set_type nft_set_pipapo_avx2_type;
Dnf_tables.h481 struct nft_set_type { struct
485 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument
/linux-6.1.9/net/netfilter/
Dnft_set_hash.c697 const struct nft_set_type nft_set_rhash_type = {
720 const struct nft_set_type nft_set_hash_type = {
739 const struct nft_set_type nft_set_hash_fast_type = {
Dnft_set_bitmap.c299 const struct nft_set_type nft_set_bitmap_type = {
Dnft_set_rbtree.c694 const struct nft_set_type nft_set_rbtree_type = {
Dnft_set_pipapo.c2216 const struct nft_set_type nft_set_pipapo_type = {
2238 const struct nft_set_type nft_set_pipapo_avx2_type = {
Dnf_tables_api.c3718 static const struct nft_set_type *nft_set_types[] = {
3734 static bool nft_set_ops_candidate(const struct nft_set_type *type, u32 flags) in nft_set_ops_candidate()
3752 const struct nft_set_type *type; in nft_select_set_ops()