Searched refs:m_split0 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c694 static struct mbuf *m_split0(struct mbuf *, int, int, int);
4860 return (m_split0(m0, len0, wait, 1));
4864 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) function
5317 n = m_split0(m, off, how, 0);

Completed in 306 milliseconds