Searched refs:pMbuf (Results 1 – 4 of 4) sorted by relevance
66 static void Free(Mbuf* pMbuf);68 static Index GetIndexFromPtr(const Mbuf* pMbuf);
50 void Free(Mbuf* pMbuf);53 IndexInPool GetIndexFromPtr(const Mbuf* pMbuf) const;
44 static MbufIndexed* ConvertToIndexed(Mbuf* pMbuf);
219 void SetNext(Mbuf* pMbuf) in SetNext() argument221 m_next = reinterpret_cast<nnnetOslMbuf*>(pMbuf); in SetNext()224 void SetPrevious(Mbuf* pMbuf) in SetPrevious() argument226 m_prev = reinterpret_cast<nnnetOslMbuf*>(pMbuf); in SetPrevious()