uipc_mbuf.c | 112 static int m_copyback_internal(struct mbuf **, int, int, const void *, 115 /* Flags for m_copyback_internal. */ 1480 m_copyback_internal(&m0, off, len, cp, CB_COPYBACK|CB_EXTEND, 1498 error = m_copyback_internal(&m0, off, len, cp, CB_COPYBACK|CB_COW, 1519 error = m_copyback_internal(mp, off, len, NULL, CB_PRESERVE|CB_COW, 1538 m_copyback_internal(struct mbuf **mp0, int off, int len, const void *vp, function in typeref:typename:int
|