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

/darwin-on-arm/xnu/bsd/net/
H A Dndrv.c192 m = m_prepend(m, ifnet_hdrlen(ifp), M_NOWAIT);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1023 __private_extern__ struct mbuf *m_prepend(struct mbuf *, int, int);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c4345 m_prepend(struct mbuf *m, int len, int how) function
4377 m = m_prepend(m, len, how);

Completed in 92 milliseconds