Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dnet_stubs.c384 STUB(m_prepend_2);
/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h1008 ((m) = m_prepend_2((m), (plen), (how), (align)))
1456 extern struct mbuf *m_prepend_2(struct mbuf *, int, int, int);
/xnu-11417.121.6/bsd/kern/
H A Dkpi_mbuf.c466 *orig = m_prepend_2(*orig, (int)len, how, 0); in mbuf_prepend()
H A Duipc_mbuf.c6201 m_prepend_2(struct mbuf *m, int len, int how, int align) function