Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dip6_flowlabel.c322 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()
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()
335 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
336 opt_space->tot_len = fopt->tot_len; in fl6_merge_options()
[all …]
A Dexthdrs.c1349 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() argument
1357 if (opt_space != opt) { in __ipv6_fixup_options()
1358 memcpy(opt_space, opt, sizeof(*opt_space)); in __ipv6_fixup_options()
1359 opt = opt_space; in __ipv6_fixup_options()
A Draw.c741 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local
840 opt = &opt_space; in rawv6_sendmsg()
863 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg()
864 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
A Dudp.c1331 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local
1480 opt = &opt_space; in udpv6_sendmsg()
1507 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg()
1508 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
/linux-6.3-rc2/net/l2tp/
A 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()
/linux-6.3-rc2/include/net/
A Dipv6.h422 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
455 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space,
459 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) in ipv6_fixup_options() argument
463 return __ipv6_fixup_options(opt_space, opt); in ipv6_fixup_options()

Completed in 22 milliseconds