Searched refs:dst0opt (Results 1 – 6 of 6) sorted by relevance
1188 if (opt->dst0opt) in ipv6_push_nfrag_opts()1212 if (opt2->dst0opt) in ipv6_dup_options()1213 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()1272 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()1273 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()1299 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()1300 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()1311 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()1325 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()1330 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in __ipv6_fixup_options()[all …]
326 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()333 opt_space->dst0opt = NULL; in fl6_merge_options()
1369 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork()1370 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()1877 kfree(opt->dst0opt); in ip6_cork_release()
930 opt->dst0opt = hdr; in ip6_datagram_send_ctl()978 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
1017 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
315 struct ipv6_opt_hdr *dst0opt; member