Home
last modified time | relevance | path

Searched refs:nft_unregister_expr (Results 1 – 8 of 8) sorted by relevance

/linux/net/netfilter/
H A Dnf_tables_core.c399 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()
H A Dnft_compat.c986 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()
H A Dnft_osf.c159 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()
H A Dnft_ct.c1401 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()
H A Dnft_fwd_netdev.c293 nft_unregister_expr(&nft_fwd_netdev_type); in nft_fwd_netdev_module_exit()
H A Dnft_tproxy.c352 nft_unregister_expr(&nft_tproxy_type); in nft_tproxy_module_exit()
H A Dnf_tables_api.c3400 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr() function
3406 EXPORT_SYMBOL_GPL(nft_unregister_expr);
/linux/include/net/netfilter/
H A Dnf_tables.h1343 void nft_unregister_expr(struct nft_expr_type *);