Lines Matching refs:ro_rt
6238 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
6239 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
6242 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
6244 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6247 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
6251 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6273 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
6274 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
6278 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
6280 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
6283 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
6288 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()