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