HomeSort by: relevance | last modified time | path
    Searched defs:m_copy_internal (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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 *

Completed in 78 milliseconds