Searched refs:nft_unregister_expr (Results 1 – 8 of 8) sorted by relevance
399 nft_unregister_expr(nft_basic_types[j]); in nf_tables_core_module_init()413 nft_unregister_expr(nft_basic_types[i]); in nf_tables_core_module_exit()
986 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()988 nft_unregister_expr(&nft_match_type); in nft_compat_module_init()995 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()996 nft_unregister_expr(&nft_match_type); in nft_compat_module_exit()
159 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()
1401 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_init()1403 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()1414 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_exit()1415 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()
293 nft_unregister_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_exit()
352 nft_unregister_expr(&nft_tproxy_type); in nft_tproxy_module_exit()
3400 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr() function3406 EXPORT_SYMBOL_GPL(nft_unregister_expr);
1343 void nft_unregister_expr(struct nft_expr_type *);