Lines Matching refs:ro_rt
10386 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
10387 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
10390 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
10392 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10395 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
10399 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10421 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
10422 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
10426 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
10428 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
10431 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
10436 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()