Searched refs:dst0opt (Results 1 – 6 of 6) sorted by relevance
981 if (opt->dst0opt) in ipv6_push_nfrag_opts()982 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()1006 if (opt2->dst0opt) in ipv6_dup_options()1007 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()1067 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()1068 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()1094 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()1095 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()1106 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()1120 if (opt && opt->dst0opt && !opt->srcrt) { in ipv6_fixup_options()[all …]
305 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()312 opt_space->dst0opt = NULL; in fl6_merge_options()
1182 v6_cork->opt->dst0opt = ip6_opt_dup(opt->dst0opt, in ip6_setup_cork()1184 if (opt->dst0opt && !v6_cork->opt->dst0opt) in ip6_setup_cork()1597 kfree(v6_cork->opt->dst0opt); in ip6_cork_release()
907 opt->dst0opt = hdr; in ip6_datagram_send_ctl()955 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
990 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
258 struct ipv6_opt_hdr *dst0opt; member