Home
last modified time | relevance | path

Searched refs:fw6 (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dip6tables.c1218 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump()
1499 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6()
1507 cs.fw6.ipv6.proto = xtables_parse_protocol(cs.protocol); in do_command6()
1508 cs.fw6.ipv6.flags |= IP6T_F_PROTO; in do_command6()
1510 if (cs.fw6.ipv6.proto == 0 in do_command6()
1511 && (cs.fw6.ipv6.invflags & XT_INV_PROTO)) in do_command6()
1515 if (is_exthdr(cs.fw6.ipv6.proto) in do_command6()
1516 && (cs.fw6.ipv6.invflags & XT_INV_PROTO) == 0) in do_command6()
1524 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1530 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
[all …]
Dxshared.h54 struct ip6t_entry fw6; member