nft_unregister_obj
void nft_unregister_obj(struct nft_object_type *obj_type);
EXPORT_SYMBOL_GPL(nft_unregister_obj);
nft_unregister_obj(nft_basic_objects[i]);
nft_unregister_obj(nft_basic_objects[i]);
nft_unregister_obj(&nft_connlimit_obj_type);
nft_unregister_obj(&nft_connlimit_obj_type);
nft_unregister_obj(&nft_ct_expect_obj_type);
nft_unregister_obj(&nft_ct_helper_obj_type);
nft_unregister_obj(&nft_ct_timeout_obj_type);
nft_unregister_obj(&nft_ct_expect_obj_type);
nft_unregister_obj(&nft_ct_helper_obj_type);
nft_unregister_obj(&nft_limit_obj_type);
nft_unregister_obj(&nft_limit_obj_type);
nft_unregister_obj(&nft_quota_obj_type);
nft_unregister_obj(&nft_quota_obj_type);
nft_unregister_obj(&nft_synproxy_obj_type);
nft_unregister_obj(&nft_synproxy_obj_type);
nft_unregister_obj(&nft_tunnel_obj_type);