Home
last modified time | relevance | path

Searched refs:pMbuf (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_MbufSystem.h66 static void Free(Mbuf* pMbuf);
68 static Index GetIndexFromPtr(const Mbuf* pMbuf);
Dosl_MbufPool.h50 void Free(Mbuf* pMbuf);
53 IndexInPool GetIndexFromPtr(const Mbuf* pMbuf) const;
Dosl_MbufIndexed.h44 static MbufIndexed* ConvertToIndexed(Mbuf* pMbuf);
Dosl_Mbuf.h219 void SetNext(Mbuf* pMbuf) in SetNext() argument
221 m_next = reinterpret_cast<nnnetOslMbuf*>(pMbuf); in SetNext()
224 void SetPrevious(Mbuf* pMbuf) in SetPrevious() argument
226 m_prev = reinterpret_cast<nnnetOslMbuf*>(pMbuf); in SetPrevious()