Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mbuf2.c84 static struct mbuf *m_dup1(struct mbuf *, int, int, int);
174 o = m_dup1(n, off, n->m_len - off, M_NOWAIT); in m_pulldown()
270 m_dup1(struct mbuf *m, int off, int len, int wait) in m_dup1() function