• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/

Lines Matching refs:fw6

1277 	set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert);
1539 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags,
1547 cs.fw6.ipv6.proto = xtables_parse_protocol(cs.protocol);
1548 cs.fw6.ipv6.flags |= IP6T_F_PROTO;
1550 if (cs.fw6.ipv6.proto == 0
1551 && (cs.fw6.ipv6.invflags & IP6T_INV_PROTO))
1555 if (is_exthdr(cs.fw6.ipv6.proto)
1556 && (cs.fw6.ipv6.invflags & IP6T_INV_PROTO) == 0)
1564 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags,
1570 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags,
1577 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags,
1579 cs.fw6.ipv6.flags |= IP6T_F_GOTO;
1594 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags,
1597 cs.fw6.ipv6.iniface,
1598 cs.fw6.ipv6.iniface_mask);
1606 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags,
1609 cs.fw6.ipv6.outiface,
1610 cs.fw6.ipv6.outiface_mask);
1616 &cs.fw6.ipv6.invflags, cs.invert);
1625 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags,
1637 set_option(&cs.options, OPT_EXPANDED, &cs.fw6.ipv6.invflags,
1650 set_option(&cs.options, OPT_LINENUMBERS, &cs.fw6.ipv6.invflags,
1660 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags,
1678 cs.fw6.counters.pcnt = cnt;
1684 cs.fw6.counters.bcnt = cnt;
1756 (cs.fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP)))
1844 if (cs.fw6.ipv6.flags & IP6T_F_GOTO)
1851 e = generate_entry(&cs.fw6, cs.matches, cs.target->t);
1941 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle);