Lines Matching refs:ro_rt
201 if (ro.ro_rt
202 && ((ro.ro_rt->rt_flags & RTF_UP) == 0
204 RTFREE(ro.ro_rt);
205 ro.ro_rt = (struct rtentry *)0;
207 if (ro.ro_rt == NULL) {
216 if (ro.ro_rt != NULL && ro.ro_rt->rt_ifa != NULL)
217 dstifp = ((struct in6_ifaddr *)ro.ro_rt->rt_ifa)->ia_ifp;
762 if (ip6_forward_rt.ro_rt) { in frag6_slowtimo()
763 RTFREE(ip6_forward_rt.ro_rt); in frag6_slowtimo()
764 ip6_forward_rt.ro_rt = 0; in frag6_slowtimo()
766 if (ipsrcchk_rt.ro_rt) { in frag6_slowtimo()
767 RTFREE(ipsrcchk_rt.ro_rt); in frag6_slowtimo()
768 ipsrcchk_rt.ro_rt = 0; in frag6_slowtimo()