Lines Matching refs:ro_rt
10731 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
10732 src_rt.ro_rt = rtalloc1_scoped((struct sockaddr *)dst, in ifnet_cached_rtlookup_inet()
10735 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
10737 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10740 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
10744 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10766 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
10767 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
10771 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
10773 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
10776 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
10781 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()