Home
last modified time | relevance | path

Searched refs:XTABLES_EXT_ALIAS (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/include/
Dxtables.h205 XTABLES_EXT_ALIAS = 1 << 0, enumerator
/external/iptables/include/
Dxtables.h205 XTABLES_EXT_ALIAS = 1 << 0, enumerator
/external/iptables/extensions/
Dlibxt_CT.c416 .ext_flags = XTABLES_EXT_ALIAS,
Dlibxt_conntrack.c1512 .ext_flags = XTABLES_EXT_ALIAS,
1527 .ext_flags = XTABLES_EXT_ALIAS,
1542 .ext_flags = XTABLES_EXT_ALIAS,
/external/iptables/iptables/
Dxtables.c630 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
667 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()
Diptables.c1268 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
1306 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()
Dip6tables.c1276 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
1313 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()