opt_space         405 include/net/ipv6.h struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
opt_space         437 include/net/ipv6.h struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
opt_space        1109 net/ipv6/exthdrs.c struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
opt_space        1117 net/ipv6/exthdrs.c 		if (opt_space != opt) {
opt_space        1118 net/ipv6/exthdrs.c 			memcpy(opt_space, opt, sizeof(*opt_space));
opt_space        1119 net/ipv6/exthdrs.c 			opt = opt_space;
opt_space         312 net/ipv6/ip6_flowlabel.c struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
opt_space         322 net/ipv6/ip6_flowlabel.c 		opt_space->hopopt = fl_opt->hopopt;
opt_space         323 net/ipv6/ip6_flowlabel.c 		opt_space->dst0opt = fl_opt->dst0opt;
opt_space         324 net/ipv6/ip6_flowlabel.c 		opt_space->srcrt = fl_opt->srcrt;
opt_space         325 net/ipv6/ip6_flowlabel.c 		opt_space->opt_nflen = fl_opt->opt_nflen;
opt_space         329 net/ipv6/ip6_flowlabel.c 		opt_space->hopopt = NULL;
opt_space         330 net/ipv6/ip6_flowlabel.c 		opt_space->dst0opt = NULL;
opt_space         331 net/ipv6/ip6_flowlabel.c 		opt_space->srcrt = NULL;
opt_space         332 net/ipv6/ip6_flowlabel.c 		opt_space->opt_nflen = 0;
opt_space         334 net/ipv6/ip6_flowlabel.c 	opt_space->dst1opt = fopt->dst1opt;
opt_space         335 net/ipv6/ip6_flowlabel.c 	opt_space->opt_flen = fopt->opt_flen;
opt_space         336 net/ipv6/ip6_flowlabel.c 	opt_space->tot_len = fopt->tot_len;
opt_space         337 net/ipv6/ip6_flowlabel.c 	return opt_space;
opt_space         769 net/ipv6/raw.c 	struct ipv6_txoptions opt_space;
opt_space         868 net/ipv6/raw.c 		opt = &opt_space;
opt_space         891 net/ipv6/raw.c 		opt = fl6_merge_options(&opt_space, flowlabel, opt);
opt_space         892 net/ipv6/raw.c 	opt = ipv6_fixup_options(&opt_space, opt);
opt_space        1216 net/ipv6/udp.c 	struct ipv6_txoptions opt_space;
opt_space        1366 net/ipv6/udp.c 		opt = &opt_space;
opt_space        1393 net/ipv6/udp.c 		opt = fl6_merge_options(&opt_space, flowlabel, opt);
opt_space        1394 net/ipv6/udp.c 	opt = ipv6_fixup_options(&opt_space, opt);
opt_space         506 net/l2tp/l2tp_ip6.c 	struct ipv6_txoptions opt_space;
opt_space         582 net/l2tp/l2tp_ip6.c 		opt = &opt_space;
opt_space         606 net/l2tp/l2tp_ip6.c 		opt = fl6_merge_options(&opt_space, flowlabel, opt);
opt_space         607 net/l2tp/l2tp_ip6.c 	opt = ipv6_fixup_options(&opt_space, opt);