Lines Matching refs:ro_rt
10089 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
10090 src_rt.ro_rt = rtalloc1_scoped((struct sockaddr *)dst, in ifnet_cached_rtlookup_inet()
10093 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
10095 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10098 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
10102 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10124 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
10125 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
10129 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
10131 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
10134 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
10139 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()