Lines Matching refs:dst1opt
1199 if (opt->dst1opt)
1200 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
1217 if (opt2->dst1opt)
1218 *((char **)&opt2->dst1opt) += dif;
1279 if (newtype != IPV6_DSTOPTS && opt->dst1opt)
1280 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
1309 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt,
1310 (opt ? opt->dst1opt : NULL),
1316 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0);