Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h17 OPT_DESTINATION = 1 << 2, enumerator
Dnft-ipv6.c343 if (!(cs->options & OPT_DESTINATION)) in nft_ipv6_post_parse()
Dnft-ipv4.c397 if (!(cs->options & OPT_DESTINATION)) in nft_ipv4_post_parse()
Diptables.c1541 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1743 if (!(cs.options & OPT_DESTINATION)) in do_command4()
Dip6tables.c1556 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1756 if (!(cs.options & OPT_DESTINATION)) in do_command6()
Dxtables.c908 set_option(&cs->options, OPT_DESTINATION, in do_parse()