Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_quota.c240 nft_unregister_obj(&nft_quota_obj_type); in nft_quota_module_init()
247 nft_unregister_obj(&nft_quota_obj_type); in nft_quota_module_exit()
Dnft_connlimit.c266 nft_unregister_obj(&nft_connlimit_obj_type); in nft_connlimit_module_init()
273 nft_unregister_obj(&nft_connlimit_obj_type); in nft_connlimit_module_exit()
Dnft_counter.c289 nft_unregister_obj(&nft_counter_obj_type); in nft_counter_module_init()
296 nft_unregister_obj(&nft_counter_obj_type); in nft_counter_module_exit()
Dnf_tables_core.c291 nft_unregister_obj(nft_basic_objects[i]); in nf_tables_core_module_init()
306 nft_unregister_obj(nft_basic_objects[i]); in nf_tables_core_module_exit()
Dnft_limit.c358 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_init()
365 nft_unregister_obj(&nft_limit_obj_type); in nft_limit_module_exit()
Dnft_synproxy.c374 nft_unregister_obj(&nft_synproxy_obj_type); in nft_synproxy_module_init()
381 nft_unregister_obj(&nft_synproxy_obj_type); in nft_synproxy_module_exit()
Dnft_ct.c1316 nft_unregister_obj(&nft_ct_expect_obj_type); in nft_ct_module_init()
1319 nft_unregister_obj(&nft_ct_helper_obj_type); in nft_ct_module_init()
1330 nft_unregister_obj(&nft_ct_timeout_obj_type); in nft_ct_module_exit()
1332 nft_unregister_obj(&nft_ct_expect_obj_type); in nft_ct_module_exit()
1333 nft_unregister_obj(&nft_ct_helper_obj_type); in nft_ct_module_exit()
Dnft_tunnel.c594 nft_unregister_obj(&nft_tunnel_obj_type); in nft_tunnel_module_exit()
Dnf_tables_api.c4970 void nft_unregister_obj(struct nft_object_type *obj_type) in nft_unregister_obj() function
4976 EXPORT_SYMBOL_GPL(nft_unregister_obj);
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h1148 void nft_unregister_obj(struct nft_object_type *obj_type);