Lines Matching refs:dst0opt
1180 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1181 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1205 if (opt2->dst0opt) in ipv6_dup_options()
1206 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1265 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1266 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1292 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1293 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1304 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1318 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()
1323 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in __ipv6_fixup_options()
1324 opt->dst0opt = NULL; in __ipv6_fixup_options()