Searched refs:OPT_JUMP (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 19 OPT_JUMP = 1 << 4, enumerator
|
D | xtables-eb.c | 236 #define OPT_JUMP 0x10 macro 951 if (flags & OPT_JUMP) in do_commandeb() 953 flags |= OPT_JUMP; in do_commandeb() 1042 ebt_check_option2(&flags, OPT_JUMP); in do_commandeb()
|
D | xtables-arp.c | 100 #define OPT_JUMP 0x00400U macro 1195 set_option(&options, OPT_JUMP, &cs.fw.arp.invflags, in do_commandarp()
|
D | xtables.c | 612 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump() 915 set_option(&cs->options, OPT_JUMP, &args->invflags, in do_parse()
|
D | ip6tables.c | 1260 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump() 1563 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
|
D | iptables.c | 1250 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump() 1548 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
|