uipc_mbuf.c | 110 static struct mbuf *m_copy_internal(struct mbuf *, int, int, int, bool); 730 return m_copy_internal(m, off, len, wait, false); 737 return m_copy_internal(m, off, len, wait, true); 747 m_copy_internal(struct mbuf *m, int off0, int len, int wait, bool deep) function in typeref:struct:mbuf *
|