Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-eb.c164 #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()
Dxshared.h26 OPT_JUMP = 1 << 4, enumerator
Dxtables-eb-translate.c94 #define OPT_JUMP 0x10 macro
392 ebt_check_option2(&flags, OPT_JUMP); in do_commandeb_xlate()
Dxtables.c687 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()
Diptables.c1275 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()
Dip6tables.c1289 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()
Dxtables-arp.c707 set_option(&options, OPT_JUMP, &cs.arp.arp.invflags, in do_commandarp()