Searched refs:OPT_JUMP (Results 1 – 7 of 7) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 26 OPT_JUMP = 1 << 4, enumerator
|
D | xtables-eb.c | 164 #define OPT_JUMP 0x10 macro 903 if (flags & OPT_JUMP) in do_commandeb() 905 flags |= OPT_JUMP; in do_commandeb() 980 ebt_check_option2(&flags, OPT_JUMP); in do_commandeb()
|
D | xtables-eb-translate.c | 94 #define OPT_JUMP 0x10 macro 392 ebt_check_option2(&flags, OPT_JUMP); in do_commandeb_xlate()
|
D | xtables.c | 687 set_option(&cs->options, OPT_JUMP, &args->invflags, in do_parse() 695 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, in do_parse()
|
D | ip6tables.c | 1289 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6() 1297 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
|
D | iptables.c | 1275 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4() 1283 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
|
D | xtables-arp.c | 707 set_option(&options, OPT_JUMP, &cs.arp.arp.invflags, in do_commandarp()
|