Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:RouteCache

497   IP6_ROUTE_CACHE_ENTRY     *RouteCache;

705 RouteCache = Ip6Route (IpSb, &Head->DestinationAddress, &Head->SourceAddress);
706 if (RouteCache == NULL) {
710 IP6_COPY_ADDRESS (&NextHop, &RouteCache->NextHop);
711 Ip6FreeRouteCacheEntry (RouteCache);