Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnet_stubs.c390 STUB(m_prepend_2);
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1006 ((m) = m_prepend_2((m), (plen), (how), (align)))
1497 extern struct mbuf *m_prepend_2(struct mbuf *, int, int, int);
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c477 *orig = m_prepend_2(*orig, (int)len, how, 0); in mbuf_prepend()
H A Duipc_mbuf.c3027 m_prepend_2(struct mbuf *m, int len, int how, int align) in m_prepend_2() function