Lines Matching refs:CDestLinks
366 class CDestLinks : public CTimerNotify, public HashKey
370 CDestLinks();
371 ~CDestLinks();
396 void CopyKeyInfo(CDestLinks* key) { in CopyKeyInfo()
415 CDestLinks* data = (CDestLinks*)(rhs); in HashCmp()
443 TAILQ_ENTRY(CDestLinks) _link_entry;
460 typedef TAILQ_HEAD(__DestlinkList, CDestLinks) TDestList;
461 typedef CRecyclePool<TDestList, CDestLinks> TDestPool;
477 CDestLinks* FindCreateDest(CDestLinks* key);
479 void DeleteDestLink(CDestLinks* dst);
481 CDestLinks* FindDestLink(CDestLinks* key);
483 void InsertDestLink(CDestLinks* item);
485 void RemoveDestLink(CDestLinks* item);
507 CDestLinks* AllocDestLink() { in AllocDestLink()
511 void FreeDestLink(CDestLinks* item) { in FreeDestLink()