Searched refs:fw6 (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | ip6tables.c | 1218 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 …]
|
D | xshared.h | 54 struct ip6t_entry fw6; member
|