dst0opt           298 include/net/ipv6.h 	struct ipv6_opt_hdr	*dst0opt;
dst0opt           908 net/ipv6/datagram.c 				opt->dst0opt = hdr;
dst0opt           956 net/ipv6/datagram.c 				opt->dst0opt = opt->dst1opt;
dst0opt           977 net/ipv6/exthdrs.c 		if (opt->dst0opt)
dst0opt           978 net/ipv6/exthdrs.c 			ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt);
dst0opt          1002 net/ipv6/exthdrs.c 		if (opt2->dst0opt)
dst0opt          1003 net/ipv6/exthdrs.c 			*((char **)&opt2->dst0opt) += dif;
dst0opt          1063 net/ipv6/exthdrs.c 		if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt)
dst0opt          1064 net/ipv6/exthdrs.c 			tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
dst0opt          1090 net/ipv6/exthdrs.c 	ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt,
dst0opt          1091 net/ipv6/exthdrs.c 			  (opt ? opt->dst0opt : NULL),
dst0opt          1102 net/ipv6/exthdrs.c 			  (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) +
dst0opt          1116 net/ipv6/exthdrs.c 	if (opt && opt->dst0opt && !opt->srcrt) {
dst0opt          1121 net/ipv6/exthdrs.c 		opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
dst0opt          1122 net/ipv6/exthdrs.c 		opt->dst0opt = NULL;
dst0opt           323 net/ipv6/ip6_flowlabel.c 		opt_space->dst0opt = fl_opt->dst0opt;
dst0opt           330 net/ipv6/ip6_flowlabel.c 		opt_space->dst0opt = NULL;
dst0opt          1258 net/ipv6/ip6_output.c 		v6_cork->opt->dst0opt = ip6_opt_dup(opt->dst0opt,
dst0opt          1260 net/ipv6/ip6_output.c 		if (opt->dst0opt && !v6_cork->opt->dst0opt)
dst0opt          1697 net/ipv6/ip6_output.c 		kfree(v6_cork->opt->dst0opt);
dst0opt          1007 net/ipv6/ipv6_sockglue.c 		hdr = opt->dst0opt;