Searched refs:m_prepend_2 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h500 #define M_PREPEND(m, plen, how) ((m) = m_prepend_2((m), (plen), (how)))
882 extern struct mbuf *m_prepend_2(struct mbuf *, int, int);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c321 *orig = m_prepend_2(*orig, len, how);
H A Duipc_mbuf.c4371 m_prepend_2(struct mbuf *m, int len, int how) function

Completed in 115 milliseconds