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

/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c19 static object_cache *sMBufCache; variable
136 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
141 object_cache_free(sMBufCache, memoryBuffer, 0);
153 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
200 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how));
204 object_cache_free(sMBufCache, memoryBuffer, 0);
208 object_cache_free(sMBufCache, memoryBuffer, 0);
287 object_cache_free(sMBufCache, mref, 0);
291 object_cache_free(sMBufCache, memoryBuffer, 0);
305 object_cache_free(sMBufCache, memoryBuffe
[all...]

Completed in 30 milliseconds