Searched refs:opt_space (Results 1 – 3 of 3) sorted by relevance
309 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() argument319 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()320 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()321 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()322 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options()326 opt_space->hopopt = NULL; in fl6_merge_options()327 opt_space->dst0opt = NULL; in fl6_merge_options()328 opt_space->srcrt = NULL; in fl6_merge_options()329 opt_space->opt_nflen = 0; in fl6_merge_options()331 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()[all …]
1333 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() argument1341 if (opt_space != opt) { in __ipv6_fixup_options()1342 memcpy(opt_space, opt, sizeof(*opt_space)); in __ipv6_fixup_options()1343 opt = opt_space; in __ipv6_fixup_options()
408 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,441 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space,445 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) in ipv6_fixup_options() argument449 return __ipv6_fixup_options(opt_space, opt); in ipv6_fixup_options()