Searched refs:MbufPool (Results 1 – 4 of 4) sorted by relevance
27 class MbufPool36 MbufPool();37 ~MbufPool();75 class MbufPool::SharedArea91 inline size_t MbufPool::GetUnitSize(void) const in GetUnitSize()96 inline size_t MbufPool::GetDataSize(void) const in GetDataSize()101 inline Mbuf* MbufPool::GetPtrFromIndex(s32 index) in GetPtrFromIndex()107 inline s32* MbufPool::GetFreeIndexPtr(void) in GetFreeIndexPtr()112 inline size_t MbufPool::GetUsingSize(void) const in GetUsingSize()117 inline s32 MbufPool::GetMaxCount(void) const in GetMaxCount()[all …]
40 friend class MbufPool;
74 MbufPool m_Pools[MAX_POOL];
166 class MbufPool; variable