Home
last modified time | relevance | path

Searched refs:MB_DTOR_SKIP (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h282 #define MB_DTOR_SKIP 0x1 /* don't pollute the cache by touching a freed mbuf */ macro
/f-stack/freebsd/sys/
H A Dmbuf.h478 #define MB_DTOR_SKIP 0x1 /* don't pollute the cache by touching a freed mbuf */ macro
/f-stack/freebsd/kern/
H A Dkern_mbuf.c666 if (!(flags & MB_DTOR_SKIP) && (m->m_flags & M_PKTHDR) && !SLIST_EMPTY(&m->m_pkthdr.tags)) in mb_dtor_mbuf()