Searched refs:OPT_JUMP (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 18 OPT_JUMP = 1 << 4, enumerator
|
D | iptables.c | 1209 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump() 1525 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
|
D | ip6tables.c | 1218 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump() 1537 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
|