Searched refs:opt_space (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6_flowlabel.c | 294 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() argument 304 opt_space->hopopt = fl_opt->hopopt; in fl6_merge_options() 305 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options() 306 opt_space->srcrt = fl_opt->srcrt; in fl6_merge_options() 307 opt_space->opt_nflen = fl_opt->opt_nflen; in fl6_merge_options() 311 opt_space->hopopt = NULL; in fl6_merge_options() 312 opt_space->dst0opt = NULL; in fl6_merge_options() 313 opt_space->srcrt = NULL; in fl6_merge_options() 314 opt_space->opt_nflen = 0; in fl6_merge_options() 316 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options() [all …]
|
D | exthdrs.c | 833 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options() argument 841 if (opt_space != opt) { in ipv6_fixup_options() 842 memcpy(opt_space, opt, sizeof(*opt_space)); in ipv6_fixup_options() 843 opt = opt_space; in ipv6_fixup_options()
|
D | raw.c | 737 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local 825 opt = &opt_space; in rawv6_sendmsg() 848 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg() 849 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
|
D | udp.c | 1104 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local 1246 opt = &opt_space; in udpv6_sendmsg() 1270 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg() 1271 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip6.c | 487 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() local 562 opt = &opt_space; in l2tp_ip6_sendmsg() 586 opt = fl6_merge_options(&opt_space, flowlabel, opt); in l2tp_ip6_sendmsg() 587 opt = ipv6_fixup_options(&opt_space, opt); in l2tp_ip6_sendmsg()
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 275 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 307 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
|