xt_unregister_matches
void xt_unregister_matches(struct xt_match *match, unsigned int n);
xt_unregister_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg));
xt_unregister_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg));
xt_unregister_matches(match, i);
EXPORT_SYMBOL(xt_unregister_matches);
xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg));
xt_unregister_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg));
xt_unregister_matches(cgroup_mt_reg, ARRAY_SIZE(cgroup_mt_reg));
xt_unregister_matches(xt_cluster_match, ARRAY_SIZE(xt_cluster_match));
xt_unregister_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg));
xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
xt_unregister_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg));
xt_unregister_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg));
xt_unregister_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg));
xt_unregister_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg));
xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
xt_unregister_matches(hl_mt_reg, ARRAY_SIZE(hl_mt_reg));
xt_unregister_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg));
xt_unregister_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
xt_unregister_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg));
xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg));
xt_unregister_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
xt_unregister_matches(nfacct_mt_reg, ARRAY_SIZE(nfacct_mt_reg));
xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
xt_unregister_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg));
xt_unregister_matches(set_matches,
xt_unregister_matches(set_matches, ARRAY_SIZE(set_matches));
xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg));
xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg));