m_copy_internal
static struct mbuf *m_copy_internal(struct mbuf *, int, int, int, bool);
return m_copy_internal(m, off, len, wait, false);
return m_copy_internal(m, off, len, wait, true);