/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_flowlabel.c | 312 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 in fl6_merge_options() [all...] |
H A D | exthdrs.c | 1297 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options() argument 1305 if (opt_space != opt) { in ipv6_fixup_options() 1306 memcpy(opt_space, opt, sizeof(*opt_space)); in ipv6_fixup_options() 1307 opt = opt_space; in ipv6_fixup_options()
|
H A D | raw.c | 773 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local 873 opt = &opt_space; in rawv6_sendmsg() 896 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg() 897 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
|
H A D | udp.c | 1299 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local 1450 opt = &opt_space; in udpv6_sendmsg() 1477 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg() 1478 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_flowlabel.c | 315 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() argument 325 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options() 326 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options() 327 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options() 328 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options() 332 opt_space->hopopt = NULL; in fl6_merge_options() 333 opt_space->dst0opt = NULL; in fl6_merge_options() 334 opt_space->srcrt = NULL; in fl6_merge_options() 335 opt_space->opt_nflen = 0; in fl6_merge_options() 337 opt_space in fl6_merge_options() [all...] |
H A D | exthdrs.c | 1321 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() argument 1329 if (opt_space != opt) { in __ipv6_fixup_options() 1330 memcpy(opt_space, opt, sizeof(*opt_space)); in __ipv6_fixup_options() 1331 opt = opt_space; in __ipv6_fixup_options()
|
H A D | raw.c | 737 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local 832 opt = &opt_space; in rawv6_sendmsg() 855 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg() 856 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
|
H A D | udp.c | 1322 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local 1473 opt = &opt_space; in udpv6_sendmsg() 1500 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg() 1501 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_ip6.c | 491 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local 564 opt = &opt_space; in l2tp_ip6_sendmsg() 588 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg() 589 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A D | l2tp_ip6.c | 490 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local 563 opt = &opt_space; in l2tp_ip6_sendmsg() 587 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg() 588 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 422 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 408 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 440 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
|