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