Lines Matching refs:opt_space
312 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
322 opt_space->hopopt = fl_opt->hopopt;
323 opt_space->dst0opt = fl_opt->dst0opt;
324 opt_space->srcrt = fl_opt->srcrt;
325 opt_space->opt_nflen = fl_opt->opt_nflen;
329 opt_space->hopopt = NULL;
330 opt_space->dst0opt = NULL;
331 opt_space->srcrt = NULL;
332 opt_space->opt_nflen = 0;
334 opt_space->dst1opt = fopt->dst1opt;
335 opt_space->opt_flen = fopt->opt_flen;
336 opt_space->tot_len = fopt->tot_len;
337 return opt_space;