dst1opt           300 include/net/ipv6.h 	struct ipv6_opt_hdr	*dst1opt;
dst1opt           878 net/ipv6/datagram.c 			if (opt->dst1opt) {
dst1opt           883 net/ipv6/datagram.c 			opt->dst1opt = hdr;
dst1opt           905 net/ipv6/datagram.c 				opt->dst1opt = hdr;
dst1opt           952 net/ipv6/datagram.c 			if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) {
dst1opt           953 net/ipv6/datagram.c 				int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3);
dst1opt           956 net/ipv6/datagram.c 				opt->dst0opt = opt->dst1opt;
dst1opt           957 net/ipv6/datagram.c 				opt->dst1opt = NULL;
dst1opt           986 net/ipv6/exthdrs.c 	if (opt->dst1opt)
dst1opt           987 net/ipv6/exthdrs.c 		ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
dst1opt          1004 net/ipv6/exthdrs.c 		if (opt2->dst1opt)
dst1opt          1005 net/ipv6/exthdrs.c 			*((char **)&opt2->dst1opt) += dif;
dst1opt          1067 net/ipv6/exthdrs.c 		if (newtype != IPV6_DSTOPTS && opt->dst1opt)
dst1opt          1068 net/ipv6/exthdrs.c 			tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
dst1opt          1097 net/ipv6/exthdrs.c 	ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt,
dst1opt          1098 net/ipv6/exthdrs.c 			  (opt ? opt->dst1opt : NULL),
dst1opt          1104 net/ipv6/exthdrs.c 	opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0);
dst1opt           334 net/ipv6/ip6_flowlabel.c 	opt_space->dst1opt = fopt->dst1opt;
dst1opt          1263 net/ipv6/ip6_output.c 		v6_cork->opt->dst1opt = ip6_opt_dup(opt->dst1opt,
dst1opt          1265 net/ipv6/ip6_output.c 		if (opt->dst1opt && !v6_cork->opt->dst1opt)
dst1opt          1698 net/ipv6/ip6_output.c 		kfree(v6_cork->opt->dst1opt);
dst1opt           950 net/ipv6/ip6_tunnel.c 	opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt;
dst1opt          1013 net/ipv6/ipv6_sockglue.c 		hdr = opt->dst1opt;