Lines Matching refs:ro_rt
10721 VERIFY(src_rt.ro_rt == NULL); in ifnet_cached_rtlookup_inet()
10722 src_rt.ro_rt = rtalloc1_scoped((struct sockaddr *)dst, in ifnet_cached_rtlookup_inet()
10725 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet()
10727 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10730 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()
10734 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()
10756 if (src_rt.ro_rt == NULL) { in ifnet_cached_rtlookup_inet6()
10757 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
10761 if (src_rt.ro_rt != NULL) { in ifnet_cached_rtlookup_inet6()
10763 struct rtentry *rte = src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()
10766 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()
10771 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet6()