Home
last modified time | relevance | path

Searched refs:nft_unregister_set (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/netfilter/
Dnf_tables_set_core.c18 nft_unregister_set(&nft_set_rbtree_type); in nf_tables_set_module_exit()
19 nft_unregister_set(&nft_set_bitmap_type); in nf_tables_set_module_exit()
20 nft_unregister_set(&nft_set_rhash_type); in nf_tables_set_module_exit()
21 nft_unregister_set(&nft_set_hash_type); in nf_tables_set_module_exit()
22 nft_unregister_set(&nft_set_hash_fast_type); in nf_tables_set_module_exit()
Dnf_tables_api.c2975 void nft_unregister_set(struct nft_set_type *type) in nft_unregister_set() function
2981 EXPORT_SYMBOL_GPL(nft_unregister_set);
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h392 void nft_unregister_set(struct nft_set_type *type);