Home
last modified time | relevance | path

Searched refs:dstoff (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_mbuf.c928 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() argument
933 if (len > (MHLEN - dstoff)) in m_copyup()
940 m->m_data += dstoff; in m_copyup()