Home
last modified time | relevance | path

Searched refs:OPT_JUMP (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dxshared.h19 OPT_JUMP = 1 << 4, enumerator
Dxtables-eb.c236 #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()
Dxtables-arp.c100 #define OPT_JUMP 0x00400U macro
1195 set_option(&options, OPT_JUMP, &cs.fw.arp.invflags, in do_commandarp()
Dxtables.c612 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()
Diptables.c1250 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()
Dip6tables.c1260 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()