Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Duipc_mbuf2.c75 static struct mbuf *m_dup1(struct mbuf *, int, int, int);
122 o = m_dup1(n, off, n->m_len - off, M_DONTWAIT); in m_pulldown()
222 m_dup1(struct mbuf *m, int off, int len, int wait) in m_dup1() function