Searched refs:dstoff (Results 1 – 1 of 1) sorted by relevance
5619 m_copyup(struct mbuf *n, int len, int dstoff) argument5624 VERIFY(len >= 0 && dstoff >= 0);5626 if (len > (MHLEN - dstoff)) {5638 m->m_data += dstoff;