Lines Matching refs:opt_space
303 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space, in fl6_merge_options() argument
313 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()
314 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
315 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
316 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options()
320 opt_space->hopopt = NULL; in fl6_merge_options()
321 opt_space->dst0opt = NULL; in fl6_merge_options()
322 opt_space->srcrt = NULL; in fl6_merge_options()
323 opt_space->opt_nflen = 0; in fl6_merge_options()
325 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
326 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
327 return opt_space; in fl6_merge_options()