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