Searched refs:fw6 (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | ip6tables.c | 1277 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump() 1542 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6() 1550 cs.fw6.ipv6.proto = xtables_parse_protocol(cs.protocol); in do_command6() 1551 cs.fw6.ipv6.flags |= IP6T_F_PROTO; in do_command6() 1553 if (cs.fw6.ipv6.proto == 0 in do_command6() 1554 && (cs.fw6.ipv6.invflags & IP6T_INV_PROTO)) in do_command6() 1558 if (is_exthdr(cs.fw6.ipv6.proto) in do_command6() 1559 && (cs.fw6.ipv6.invflags & IP6T_INV_PROTO) == 0) in do_command6() 1568 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6() 1575 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6() [all …]
|
D | xshared.h | 53 struct ip6t_entry fw6; member
|