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);
|