Searched refs:opt_space (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | ip6_flowlabel.c | 314 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 324 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options() 325 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options() 326 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options() 327 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options() 331 opt_space->hopopt = NULL; in fl6_merge_options() 332 opt_space->dst0opt = NULL; in fl6_merge_options() 333 opt_space->srcrt = NULL; in fl6_merge_options() 334 opt_space->opt_nflen = 0; in fl6_merge_options() 336 opt_space in fl6_merge_options() 315 fl6_merge_options(struct ipv6_txoptions * opt_space,struct ip6_flowlabel * fl,struct ipv6_txoptions * fopt) fl6_merge_options() argument [all...] |
| H A D | exthdrs.c | 1316 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() argument 1324 if (opt_space != opt) { in __ipv6_fixup_options() 1325 memcpy(opt_space, opt, sizeof(*opt_space)); in __ipv6_fixup_options() 1326 opt = opt_space; in __ipv6_fixup_options()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip6.c | 520 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() 593 opt = &opt_space; in l2tp_ip6_sendmsg() 617 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg() 618 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg() 519 struct ipv6_txoptions opt_space; l2tp_ip6_sendmsg() local
|
| /linux/include/net/ |
| H A D | ipv6.h | 418 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 451 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, 455 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) in ipv6_fixup_options() argument 459 return __ipv6_fixup_options(opt_space, opt); in ipv6_fixup_options()
|