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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c4483 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, argument
4487 int off = off0, len = len0;
4516 len = len0;
4854 * all but the first len0 bytes. In case of failure, it returns NULL and
4858 m_split(struct mbuf *m0, int len0, int wait) argument
4860 return (m_split0(m0, len0, wait, 1));
4864 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) argument
4867 unsigned len = len0, remain;
4879 n->m_pkthdr.len = m0->m_pkthdr.len - len0;
4880 m0->m_pkthdr.len = len0;
5546 unsigned int len0, len; local
[all...]

Completed in 75 milliseconds