Home
last modified time | relevance | path

Searched refs:xtables_register_matches (Results 1 – 22 of 22) sorted by relevance

/external/iptables/extensions/
Dlibxt_dscp.c155 xtables_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in _init()
Dlibxt_tos.c155 xtables_register_matches(tos_mt_reg, ARRAY_SIZE(tos_mt_reg)); in _init()
Dlibxt_cgroup.c183 xtables_register_matches(cgroup_match, ARRAY_SIZE(cgroup_match)); in _init()
Dlibxt_mark.c180 xtables_register_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg)); in _init()
Dlibxt_connmark.c202 xtables_register_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg)); in _init()
Dlibxt_socket.c214 xtables_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg)); in _init()
Dlibxt_addrtype.c301 xtables_register_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg)); in _init()
Dlibxt_connlimit.c251 xtables_register_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg)); in _init()
Dlibxt_bpf.c281 xtables_register_matches(bpf_matches, ARRAY_SIZE(bpf_matches)); in _init()
Dlibxt_ipvs.c283 xtables_register_matches(ipvs_matches_reg, in _init()
Dlibxt_string.c337 xtables_register_matches(string_mt_reg, ARRAY_SIZE(string_mt_reg)); in _init()
Dlibxt_recent.c354 xtables_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg)); in _init()
Dlibxt_policy.c410 xtables_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in _init()
Dlibxt_iprange.c441 xtables_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg)); in _init()
Dlibxt_multiport.c639 xtables_register_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg)); in _init()
Dlibxt_set.c743 xtables_register_matches(set_mt_reg, ARRAY_SIZE(set_mt_reg)); in _init()
Dlibxt_owner.c593 xtables_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg)); in _init()
Dlibxt_hashlimit.c1004 xtables_register_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in _init()
Dlibxt_conntrack.c1570 xtables_register_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg)); in _init()
/external/iproute2/include/
Dxtables.h443 extern void xtables_register_matches(struct xtables_match *, unsigned int);
/external/iptables/include/
Dxtables.h476 extern void xtables_register_matches(struct xtables_match *, unsigned int);
/external/iptables/libxtables/
Dxtables.c998 void xtables_register_matches(struct xtables_match *match, unsigned int n) in xtables_register_matches() function