Lines Matching refs:ro_rt
6317 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
6318 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
6321 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
6323 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6326 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
6330 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
6352 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
6353 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
6357 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
6359 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
6362 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
6367 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()