Lines Matching refs:dst0opt
699 if (opt->dst0opt) in ipv6_push_nfrag_opts()
700 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
724 if (opt2->dst0opt) in ipv6_dup_options()
725 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
774 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
775 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
804 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen, in ipv6_renew_options()
806 &opt2->dst0opt, &p); in ipv6_renew_options()
823 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
840 if (opt && opt->dst0opt && !opt->srcrt) { in ipv6_fixup_options()
845 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in ipv6_fixup_options()
846 opt->dst0opt = NULL; in ipv6_fixup_options()