Searched refs:Mbuf (Results 1 – 1 of 1) sorted by relevance
168 class Mbuf : public nnnetOslMbuf181 Mbuf(FreeIndex nextFree) in Mbuf() function199 Mbuf* GetNext(void) in GetNext()201 return reinterpret_cast<Mbuf*>(m_next); in GetNext()204 const Mbuf* GetNext(void) const in GetNext()206 return reinterpret_cast<const Mbuf*>(m_next); in GetNext()209 Mbuf* GetPrevious(void) in GetPrevious()211 return reinterpret_cast<Mbuf*>(m_prev); in GetPrevious()214 const Mbuf* GetPrevious(void) const in GetPrevious()216 return reinterpret_cast<const Mbuf*>(m_prev); in GetPrevious()[all …]