Lines Matching refs:dst1opt
1197 if (opt->dst1opt)
1198 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
1214 if (opt2->dst1opt)
1215 *((char **)&opt2->dst1opt) += dif;
1276 if (newtype != IPV6_DSTOPTS && opt->dst1opt)
1277 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
1306 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt,
1307 (opt ? opt->dst1opt : NULL),
1313 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0);