Lines Matching refs:ro_rt
6240 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
6241 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
6244 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
6246 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6249 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
6253 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6275 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
6276 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
6280 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
6282 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
6285 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
6290 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()