Searched refs:src_rt (Results 1 – 1 of 1) sorted by relevance
10373 dst = SIN(&src_rt.ro_dst); in ifnet_cached_rtlookup_inet()10378 ROUTE_RELEASE(&src_rt); in ifnet_cached_rtlookup_inet()10380 SOCKADDR_ZERO(&src_rt.ro_dst, sizeof(src_rt.ro_dst)); in ifnet_cached_rtlookup_inet()10395 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet()10399 return src_rt.ro_rt; in ifnet_cached_rtlookup_inet()10405 struct route_in6 src_rt; in ifnet_cached_rtlookup_inet6() local10411 ROUTE_RELEASE(&src_rt); in ifnet_cached_rtlookup_inet6()10413 SOCKADDR_ZERO(&src_rt.ro_dst, sizeof(src_rt.ro_dst)); in ifnet_cached_rtlookup_inet6()10414 src_rt.ro_dst.sin6_len = sizeof(src_rt.ro_dst); in ifnet_cached_rtlookup_inet6()10431 src_rt.ro_rt = rte; in ifnet_cached_rtlookup_inet6()[all …]