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

  /external/iptables/extensions/
libxt_dscp.c 155 xtables_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg));
libxt_cgroup.c 183 xtables_register_matches(cgroup_match, ARRAY_SIZE(cgroup_match));
libxt_connmark.c 202 xtables_register_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg));
libxt_mark.c 180 xtables_register_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg));
libxt_socket.c 214 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_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_bpf.c 281 xtables_register_matches(bpf_matches, ARRAY_SIZE(bpf_matches));
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_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_iprange.c 441 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
libxt_policy.c 410 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
libxt_multiport.c 639 xtables_register_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
libxt_owner.c 593 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
libxt_set.c 743 xtables_register_matches(set_mt_reg, ARRAY_SIZE(set_mt_reg));
libxt_hashlimit.c 1004 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
libxt_conntrack.c     [all...]
  /external/iproute2/include/
xtables.h 443 extern void xtables_register_matches(struct xtables_match *, unsigned int);
  /external/iptables/include/
xtables.h 476 extern void xtables_register_matches(struct xtables_match *, unsigned int);
  /external/iptables/libxtables/
xtables.c 998 void xtables_register_matches(struct xtables_match *match, unsigned int n) function
    [all...]

Completed in 855 milliseconds