Lines Matching refs:dst0opt
1166 if (opt->dst0opt)
1167 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt);
1191 if (opt2->dst0opt)
1192 *((char **)&opt2->dst0opt) += dif;
1251 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt)
1252 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
1278 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt,
1279 (opt ? opt->dst0opt : NULL),
1290 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) +
1304 if (opt && opt->dst0opt && !opt->srcrt) {
1309 opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
1310 opt->dst0opt = NULL;