Home
last modified time | relevance | path

Searched refs:opt_space (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dip6_flowlabel.c312 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() argument
322 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options()
323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
324 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options()
325 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options()
329 opt_space->hopopt = NULL; in fl6_merge_options()
330 opt_space->dst0opt = NULL; in fl6_merge_options()
331 opt_space->srcrt = NULL; in fl6_merge_options()
332 opt_space->opt_nflen = 0; in fl6_merge_options()
334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
[all …]
Dexthdrs.c1304 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options() argument
1312 if (opt_space != opt) { in ipv6_fixup_options()
1313 memcpy(opt_space, opt, sizeof(*opt_space)); in ipv6_fixup_options()
1314 opt = opt_space; in ipv6_fixup_options()
Draw.c773 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local
872 opt = &opt_space; in rawv6_sendmsg()
895 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
896 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
Dudp.c1277 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local
1426 opt = &opt_space; in udpv6_sendmsg()
1453 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg()
1454 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
/kernel/linux/linux-5.10/net/l2tp/
Dl2tp_ip6.c493 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local
567 opt = &opt_space; in l2tp_ip6_sendmsg()
591 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg()
592 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
/kernel/linux/linux-5.10/include/net/
Dipv6.h408 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
440 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,