Searched refs:ext_type (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c69 allocate_ext_buf(int how, int size, int* ext_type) argument
87 if (ext_type != NULL)
88 *ext_type = extType;
105 memoryBuffer->m_ext.ext_type = extType;
127 memoryBuffer->m_ext.ext_type = EXT_CLUSTER;
268 KASSERT(memoryBuffer->m_ext.ext_type == EXT_EXTREF,
277 if (memoryBuffer->m_ext.ext_type == EXT_CLUSTER)
279 else if (memoryBuffer->m_ext.ext_type == EXT_JUMBO9)
281 else if (memoryBuffer->m_ext.ext_type == EXT_JUMBOP)
284 panic("unknown mbuf ext_type
[all...]
H A Dfbsd_kern_mbuf.c137 mb->m_ext.ext_type = type;
H A Dfbsd_uipc_mbuf2.c144 * (ii) since mbuf has M_EXT, the ext_type _has_ to be
159 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n)))
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf-fbsd.h209 m->m_ext.ext_type = type;
H A Dmbuf.h241 uint32_t ext_type:8, /* type of external storage */ member in struct:m_ext

Completed in 47 milliseconds