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

  /src/sys/kern/
uipc_mbuf.c 111 static struct mbuf *m_split_internal(struct mbuf *, int, int, bool);
1322 return m_split_internal(m0, len, wait, true);
1326 m_split_internal(struct mbuf *m0, int len0, int wait, bool copyhdr) function in typeref:struct:mbuf *
1630 n = m_split_internal(m, off, how, false);

Completed in 12 milliseconds