Searched refs:dstoff (Results 1 – 1 of 1) sorted by relevance
928 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() argument933 if (len > (MHLEN - dstoff)) in m_copyup()940 m->m_data += dstoff; in m_copyup()