Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_fib_netdev.c106 nft_unregister_expr(&nft_fib_netdev_type); in nft_fib_netdev_module_exit()
H A Dnft_osf.c159 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()
H A Dnft_compat.c1004 nft_unregister_expr(&nft_target_type); in nft_compat_module_init()
1006 nft_unregister_expr(&nft_match_type); in nft_compat_module_init()
1013 nft_unregister_expr(&nft_target_type); in nft_compat_module_exit()
1014 nft_unregister_expr(&nft_match_type); in nft_compat_module_exit()
H A Dnft_xfrm.c294 nft_unregister_expr(&nft_xfrm_type); in nft_xfrm_module_exit()
H A Dnft_ct.c1522 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_init()
1524 nft_unregister_expr(&nft_ct_type); in nft_ct_module_init()
1535 nft_unregister_expr(&nft_notrack_type); in nft_ct_module_exit()
1536 nft_unregister_expr(&nft_ct_type); in nft_ct_module_exit()
H A Dnft_tproxy.c352 nft_unregister_expr(&nft_tproxy_type); in nft_tproxy_module_exit()
H A Dnft_synproxy.c385 nft_unregister_expr(&nft_synproxy_type); in nft_synproxy_module_exit()
H A Dnf_tables_api.c3407 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr() function
3413 EXPORT_SYMBOL_GPL(nft_unregister_expr);
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c245 nft_unregister_expr(&nft_meta_bridge_type); in nft_meta_bridge_module_exit()
/linux/include/net/netfilter/
H A Dnf_tables.h1352 void nft_unregister_expr(struct nft_expr_type *);