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