Lines Matching refs:dst0opt
1190 if (opt->dst0opt)
1191 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt);
1215 if (opt2->dst0opt)
1216 *((char **)&opt2->dst0opt) += dif;
1275 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt)
1276 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
1302 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt,
1303 (opt ? opt->dst0opt : NULL),
1314 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) +
1328 if (opt->dst0opt && !opt->srcrt) {
1333 opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
1334 opt->dst0opt = NULL;