Searched refs:MB_DTOR_SKIP (Results 1 – 3 of 3) sorted by relevance
282 #define MB_DTOR_SKIP 0x1 /* don't pollute the cache by touching a freed mbuf */ macro
478 #define MB_DTOR_SKIP 0x1 /* don't pollute the cache by touching a freed mbuf */ macro
666 if (!(flags & MB_DTOR_SKIP) && (m->m_flags & M_PKTHDR) && !SLIST_EMPTY(&m->m_pkthdr.tags)) in mb_dtor_mbuf()