HomeSort by relevance Sort by last modified time
    Searched refs:xtables_register_matches (Results 1 - 18 of 18) 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));
libxt_addrtype.c 301 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_iprange.c 346 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
libxt_recent.c 354 xtables_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
libxt_string.c 337 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 410 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
libxt_set.c 561 xtables_register_matches(set_mt_reg, ARRAY_SIZE(set_mt_reg));
libxt_owner.c 542 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
libxt_hashlimit.c 727 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
libxt_conntrack.c     [all...]
  /external/iptables/include/
xtables.h 440 extern void xtables_register_matches(struct xtables_match *, unsigned int);
  /external/iptables/libxtables/
xtables.c 974 void xtables_register_matches(struct xtables_match *match, unsigned int n) function
    [all...]

Completed in 79 milliseconds