Searched refs:m_prepend_2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | net_stubs.c | 377 STUB(m_prepend_2);
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 914 ((m) = m_prepend_2((m), (plen), (how), (align))) 1329 extern struct mbuf *m_prepend_2(struct mbuf *, int, int, int);
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kpi_mbuf.c | 453 *orig = m_prepend_2(*orig, (int)len, how, 0); in mbuf_prepend()
|
| H A D | uipc_mbuf.c | 5053 m_prepend_2(struct mbuf *m, int len, int how, int align) function
|