Searched refs:sharedEntry (Results 1 – 1 of 1) sorted by relevance
1436 SharedEntry *sharedEntry = mEntryPool.Allocate(); in AllocateEntry() local1438 VerifyOrExit(sharedEntry != nullptr); in AllocateEntry()1439 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()