Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dndrv.c211 m = m_prepend(m, ifnet_hdrlen(ifp), M_NOWAIT); in ndrv_input()
/xnu-12377.81.4/bsd/sys/
H A Dmbuf.h1694 __private_extern__ struct mbuf *m_prepend(struct mbuf *, int, int);
/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf.c2996 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function
3034 m = m_prepend(m, len, how); in m_prepend_2()