Searched refs:xt_register_matches (Results 1 - 25 of 25) sorted by relevance

/net/netfilter/
H A Dxt_length.c61 return xt_register_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg));
H A Dxt_esp.c98 return xt_register_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg));
H A Dxt_hl.c87 return xt_register_matches(hl_mt_reg, ARRAY_SIZE(hl_mt_reg));
H A Dxt_ipcomp.c102 return xt_register_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg));
H A Dxt_tcpmss.c101 return xt_register_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg));
H A Dxt_dscp.c106 return xt_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg));
H A Dxt_dccp.c171 ret = xt_register_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg));
H A Dxt_ecn.c170 return xt_register_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg));
H A Dxt_iprange.c125 return xt_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
H A Dxt_multiport.c155 return xt_register_matches(multiport_mt_reg,
H A Dxt_addrtype.c238 return xt_register_matches(addrtype_mt_reg,
H A Dxt_policy.c177 return xt_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
H A Dxt_sctp.c189 return xt_register_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg));
H A Dxt_tcpudp.c225 return xt_register_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg));
H A Dxt_conntrack.c323 return xt_register_matches(conntrack_mt_reg,
H A Dxt_l2tp.c345 return xt_register_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg));
H A Dxt_quota2.c362 ret = xt_register_matches(quota_mt2_reg, ARRAY_SIZE(quota_mt2_reg));
H A Dxt_socket.c510 return xt_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
H A Dx_tables.c147 xt_register_matches(struct xt_match *match, unsigned int n) function
164 EXPORT_SYMBOL(xt_register_matches); variable
H A Dxt_hashlimit.c936 err = xt_register_matches(hashlimit_mt_reg,
H A Dxt_recent.c727 err = xt_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
H A Dxt_set.c655 int ret = xt_register_matches(set_matches, ARRAY_SIZE(set_matches));
/net/ipv6/netfilter/
H A Dip6t_hbh.c206 return xt_register_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg));
H A Dip6_tables.c2252 ret = xt_register_matches(ip6t_builtin_mt, ARRAY_SIZE(ip6t_builtin_mt));
/net/ipv4/netfilter/
H A Dip_tables.c2242 ret = xt_register_matches(ipt_builtin_mt, ARRAY_SIZE(ipt_builtin_mt));

Completed in 122 milliseconds