HomeSort by relevance Sort by last modified time
    Searched refs:xtables_register_matches (Results 1 - 17 of 17) sorted by null

  /external/iptables/extensions/
libxt_socket.c 81 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
libxt_connmark.c 156 xtables_register_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg));
libxt_mark.c 136 xtables_register_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg));
libxt_tos.c 155 xtables_register_matches(tos_mt_reg, ARRAY_SIZE(tos_mt_reg));
libipt_addrtype.c 307 xtables_register_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg));
libxt_connlimit.c 251 xtables_register_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg));
libxt_ipvs.c 283 xtables_register_matches(ipvs_matches_reg,
libxt_set.c 250 xtables_register_matches(set_mt_reg, ARRAY_SIZE(set_mt_reg));
libxt_iprange.c 346 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
libxt_string.c 341 xtables_register_matches(string_mt_reg, ARRAY_SIZE(string_mt_reg));
libxt_multiport.c 533 xtables_register_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
libxt_policy.c 407 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
libxt_hashlimit.c 546 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
libxt_owner.c 541 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
libxt_conntrack.c 1071 xtables_register_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
  /external/iptables/include/
xtables.h 407 extern void xtables_register_matches(struct xtables_match *, unsigned int);
  /external/iptables/iptables/
xtables.c 905 void xtables_register_matches(struct xtables_match *match, unsigned int n) function
    [all...]

Completed in 245 milliseconds