Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c3552 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() argument
3557 VERIFY(len >= 0 && dstoff >= 0); in m_copyup()
3559 if (len > (MHLEN - dstoff)) { in m_copyup()
3571 m->m_data += dstoff; in m_copyup()