Searched refs:opt_space (Results 1 – 4 of 4) sorted by relevance
/linux/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 | 1318 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() argument 1326 if (opt_space != opt) { in __ipv6_fixup_options() 1327 memcpy(opt_space, opt, sizeof(*opt_space)); in __ipv6_fixup_options() 1328 opt = opt_space; in __ipv6_fixup_options()
|
H A D | raw.c | 743 struct ipv6_txoptions opt_space; in rawv6_sendmsg() local 836 opt = &opt_space; in rawv6_sendmsg() 859 opt = fl6_merge_options(&opt_space, flowlabel, opt); in rawv6_sendmsg() 860 opt = ipv6_fixup_options(&opt_space, opt); in rawv6_sendmsg()
|
H A D | udp.c | 1476 struct ipv6_txoptions opt_space; in udpv6_sendmsg() local 1625 opt = &opt_space; in udpv6_sendmsg() 1653 opt = fl6_merge_options(&opt_space, flowlabel, opt); in udpv6_sendmsg() 1654 opt = ipv6_fixup_options(&opt_space, opt); in udpv6_sendmsg()
|