Lines Matching defs:opt_space
315 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
325 opt_space->hopopt = fl_opt->hopopt;
326 opt_space->dst0opt = fl_opt->dst0opt;
327 opt_space->srcrt = fl_opt->srcrt;
328 opt_space->opt_nflen = fl_opt->opt_nflen;
332 opt_space->hopopt = NULL;
333 opt_space->dst0opt = NULL;
334 opt_space->srcrt = NULL;
335 opt_space->opt_nflen = 0;
337 opt_space->dst1opt = fopt->dst1opt;
338 opt_space->opt_flen = fopt->opt_flen;
339 opt_space->tot_len = fopt->tot_len;
340 return opt_space;