Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_tables_set_core.c17 nft_unregister_set(&nft_set_rbtree_type); in nf_tables_set_module_exit()
18 nft_unregister_set(&nft_set_bitmap_type); in nf_tables_set_module_exit()
19 nft_unregister_set(&nft_set_rhash_type); in nf_tables_set_module_exit()
20 nft_unregister_set(&nft_set_hash_type); in nf_tables_set_module_exit()
21 nft_unregister_set(&nft_set_hash_fast_type); in nf_tables_set_module_exit()
Dnf_tables_api.c2799 void nft_unregister_set(struct nft_set_type *type) in nft_unregister_set() function
2805 EXPORT_SYMBOL_GPL(nft_unregister_set);
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h370 void nft_unregister_set(struct nft_set_type *type);