Home
last modified time | relevance | path

Searched refs:mCacheEntryPool (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Daddress_resolver.cpp45 , mCacheEntryPool(aInstance) in AddressResolver()
71 mCacheEntryPool.Free(*entry); in Clear()
181 mCacheEntryPool.Free(*entry); in Remove()
224 mCacheEntryPool.Free(*entry); in Remove()
263 newEntry = mCacheEntryPool.Allocate(); in NewCacheEntry()
503 mCacheEntryPool.Free(*entry); in Resolve()
567 VerifyOrExit(error == kErrorNone, mCacheEntryPool.Free(*entry)); in Resolve()
Daddress_resolver.hpp341 CacheEntryPool &GetCacheEntryPool(void) { return mCacheEntryPool; } in GetCacheEntryPool()
380 CacheEntryPool mCacheEntryPool; member in ot::AddressResolver