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