Lines Matching refs:dst0opt
1218 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1219 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1243 if (opt2->dst0opt) in ipv6_dup_options()
1244 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1303 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1304 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1330 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1331 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1342 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1356 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()
1361 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in __ipv6_fixup_options()
1362 opt->dst0opt = NULL; in __ipv6_fixup_options()