xt_unregister_targets
void xt_unregister_targets(struct xt_target *target, unsigned int n);
xt_unregister_targets(arpt_builtin_tg, ARRAY_SIZE(arpt_builtin_tg));
xt_unregister_targets(arpt_builtin_tg, ARRAY_SIZE(arpt_builtin_tg));
xt_unregister_targets(ipt_builtin_tg, ARRAY_SIZE(ipt_builtin_tg));
xt_unregister_targets(ipt_builtin_tg, ARRAY_SIZE(ipt_builtin_tg));
xt_unregister_targets(ip6t_builtin_tg, ARRAY_SIZE(ip6t_builtin_tg));
xt_unregister_targets(ip6t_builtin_tg, ARRAY_SIZE(ip6t_builtin_tg));
xt_unregister_targets(ip6t_npt_target_reg,
xt_unregister_targets(target, i);
EXPORT_SYMBOL(xt_unregister_targets);
xt_unregister_targets(audit_tg_reg, ARRAY_SIZE(audit_tg_reg));
xt_unregister_targets(checksum_tg_reg, ARRAY_SIZE(checksum_tg_reg));
xt_unregister_targets(classify_tg_reg, ARRAY_SIZE(classify_tg_reg));
xt_unregister_targets(connsecmark_tg_reg, ARRAY_SIZE(connsecmark_tg_reg));
xt_unregister_targets(xt_ct_tg_reg, ARRAY_SIZE(xt_ct_tg_reg));
xt_unregister_targets(dscp_tg_reg, ARRAY_SIZE(dscp_tg_reg));
xt_unregister_targets(hl_tg_reg, ARRAY_SIZE(hl_tg_reg));
xt_unregister_targets(hmark_tg_reg, ARRAY_SIZE(hmark_tg_reg));
xt_unregister_targets(idletimer_tg, ARRAY_SIZE(idletimer_tg));
xt_unregister_targets(led_tg_reg, ARRAY_SIZE(led_tg_reg));
xt_unregister_targets(log_tg_regs, ARRAY_SIZE(log_tg_regs));
xt_unregister_targets(masquerade_tg_reg,
xt_unregister_targets(masquerade_tg_reg, ARRAY_SIZE(masquerade_tg_reg));
xt_unregister_targets(netmap_tg_reg, ARRAY_SIZE(netmap_tg_reg));
xt_unregister_targets(nflog_tg_reg, ARRAY_SIZE(nflog_tg_reg));
xt_unregister_targets(nfqueue_tg_reg, ARRAY_SIZE(nfqueue_tg_reg));
xt_unregister_targets(xt_rateest_tg_reg, ARRAY_SIZE(xt_rateest_tg_reg));
xt_unregister_targets(redirect_tg_reg, ARRAY_SIZE(redirect_tg_reg));
xt_unregister_targets(secmark_tg_reg, ARRAY_SIZE(secmark_tg_reg));
xt_unregister_targets(tcpmss_tg_reg, ARRAY_SIZE(tcpmss_tg_reg));
xt_unregister_targets(tcpoptstrip_tg_reg,
xt_unregister_targets(tee_tg_reg, ARRAY_SIZE(tee_tg_reg));
xt_unregister_targets(tee_tg_reg, ARRAY_SIZE(tee_tg_reg));
xt_unregister_targets(tproxy_tg_reg, ARRAY_SIZE(tproxy_tg_reg));
xt_unregister_targets(trace_tg_reg, ARRAY_SIZE(trace_tg_reg));
xt_unregister_targets(connmark_tg_reg,
xt_unregister_targets(connmark_tg_reg, ARRAY_SIZE(connmark_tg_reg));
xt_unregister_targets(mark_tg_reg, ARRAY_SIZE(mark_tg_reg));
xt_unregister_targets(mark_tg_reg, ARRAY_SIZE(mark_tg_reg));
xt_unregister_targets(xt_nat_target_reg, ARRAY_SIZE(xt_nat_target_reg));
xt_unregister_targets(set_targets, ARRAY_SIZE(set_targets));