Lines Matching refs:dst1opt
1175 if (opt->dst1opt)
1176 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
1193 if (opt2->dst1opt)
1194 *((char **)&opt2->dst1opt) += dif;
1255 if (newtype != IPV6_DSTOPTS && opt->dst1opt)
1256 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
1285 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt,
1286 (opt ? opt->dst1opt : NULL),
1292 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0);