Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_mbuf2.c80 static struct mbuf *m_dup1(struct mbuf *, int, int, int);
170 o = m_dup1(n, off, n->m_len - off, M_NOWAIT); in m_pulldown()
266 m_dup1(struct mbuf *m, int off, int len, int wait) in m_dup1() function