Lines Matching refs:dst0opt
1173 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1174 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1198 if (opt2->dst0opt) in ipv6_dup_options()
1199 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1258 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1259 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1285 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1286 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1297 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1311 if (opt && opt->dst0opt && !opt->srcrt) { in ipv6_fixup_options()
1316 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in ipv6_fixup_options()
1317 opt->dst0opt = NULL; in ipv6_fixup_options()