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

/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c72 int extType; local
78 extType = EXT_CLUSTER;
81 extType = EXT_JUMBO9;
84 extType = EXT_JUMBOP;
88 *ext_type = extType;
96 int extType; local
98 memoryBuffer->m_ext.ext_buf = allocate_ext_buf(how, size, &extType);
105 memoryBuffer->m_ext.ext_type = extType;

Completed in 28 milliseconds