Searched refs:xtables_register_matches (Results 1 - 18 of 18) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_socket.c81 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
H A Dlibxt_connmark.c156 xtables_register_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg));
H A Dlibxt_mark.c136 xtables_register_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg));
H A Dlibxt_tos.c155 xtables_register_matches(tos_mt_reg, ARRAY_SIZE(tos_mt_reg));
H A Dlibxt_addrtype.c301 xtables_register_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg));
H A Dlibxt_connlimit.c251 xtables_register_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg));
H A Dlibxt_ipvs.c283 xtables_register_matches(ipvs_matches_reg,
H A Dlibxt_iprange.c346 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
H A Dlibxt_recent.c354 xtables_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
H A Dlibxt_string.c337 xtables_register_matches(string_mt_reg, ARRAY_SIZE(string_mt_reg));
H A Dlibxt_multiport.c533 xtables_register_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
H A Dlibxt_policy.c410 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
H A Dlibxt_set.c561 xtables_register_matches(set_mt_reg, ARRAY_SIZE(set_mt_reg));
H A Dlibxt_owner.c542 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
H A Dlibxt_hashlimit.c727 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
H A Dlibxt_conntrack.c1327 xtables_register_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
/external/iptables/include/
H A Dxtables.h440 extern void xtables_register_matches(struct xtables_match *, unsigned int);
/external/iptables/libxtables/
H A Dxtables.c974 void xtables_register_matches(struct xtables_match *match, unsigned int n) function

Completed in 97 milliseconds