Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf.c411 static struct mbuf *m_split0(struct mbuf *, int, int, int);
3607 return m_split0(m0, len0, wait, 1); in m_split()
3611 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) in m_split0() function
3921 n = m_split0(m, off, how, 0); in m_copyback0()