Home
last modified time | relevance | path

Searched refs:dst0opt (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs.c1198 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1199 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1224 if (opt2->dst0opt) in ipv6_dup_options()
1225 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1284 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1285 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1311 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1312 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1323 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1337 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()
[all …]
H A Dip6_flowlabel.c325 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
332 opt_space->dst0opt = NULL; in fl6_merge_options()
H A Dip6_output.c1370 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork()
1371 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()
1878 kfree(opt->dst0opt); in ip6_cork_release()
H A Dipv6_sockglue.c997 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
/linux/include/net/
H A Dipv6.h302 struct ipv6_opt_hdr *dst0opt; member