Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Duipc_mbuf.c117 #define CB_PRESERVE 0x0002 /* preserve original data */ macro
1519 error = m_copyback_internal(mp, off, len, NULL, CB_PRESERVE|CB_COW, in m_makewritable()
1549 KASSERT((flags & CB_PRESERVE) == 0 || cp == NULL); in m_copyback_internal()
1668 if (flags & CB_PRESERVE) in m_copyback_internal()