Searched refs:m_prepend_2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | net_stubs.c | 390 STUB(m_prepend_2);
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1006 ((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 D | kpi_mbuf.c | 477 *orig = m_prepend_2(*orig, (int)len, how, 0); in mbuf_prepend()
|
| H A D | uipc_mbuf.c | 3027 m_prepend_2(struct mbuf *m, int len, int how, int align) in m_prepend_2() function
|