Home
last modified time | relevance | path

Searched refs:nft_unregister_obj (Results 1 – 9 of 9) sorted by relevance

/linux/net/netfilter/
H A Dnft_connlimit.c287 nft_unregister_obj(&nft_connlimit_obj_type); in nft_connlimit_module_init()
294 nft_unregister_obj(&nft_connlimit_obj_type); in nft_connlimit_module_exit()
H A Dnft_quota.c294 nft_unregister_obj(&nft_quota_obj_type); in nft_quota_module_exit()
301 nft_unregister_obj(&nft_quota_obj_type);
H A Dnf_tables_core.c402 nft_unregister_obj(nft_basic_objects[i]); in nf_tables_core_module_init()
417 nft_unregister_obj(nft_basic_objects[i]); in nf_tables_core_module_exit()
H A Dnft_synproxy.c380 nft_unregister_obj(&nft_synproxy_obj_type); in nft_synproxy_module_init()
387 nft_unregister_obj(&nft_synproxy_obj_type); in nft_synproxy_module_exit()
H A Dnft_ct.c1440 nft_unregister_obj(&nft_ct_expect_obj_type); in nft_ct_module_init()
1443 nft_unregister_obj(&nft_ct_helper_obj_type); in nft_ct_module_init()
1454 nft_unregister_obj(&nft_ct_timeout_obj_type); in nft_ct_module_exit()
1456 nft_unregister_obj(&nft_ct_expect_obj_type); in nft_ct_module_exit()
1457 nft_unregister_obj(&nft_ct_helper_obj_type); in nft_ct_module_exit()
H A Dnft_limit.c467 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_init()
474 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_exit()
H A Dnft_tunnel.c744 nft_unregister_obj(&nft_tunnel_obj_type); in nft_tunnel_module_exit()
H A Dnf_tables_api.c8097 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj() function
8103 EXPORT_SYMBOL_GPL(nft_unregister_obj);
/linux/include/net/netfilter/
H A Dnf_tables.h1462 void nft_unregister_obj(struct nft_object_type *obj_type);