Searched refs:m_split0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf.c | 814 static struct mbuf *m_split0(struct mbuf *, int, int, int); 5646 return m_split0(m0, len0, wait, 1); 5650 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) function 6171 n = m_split0(m, off, how, 0);
|