Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dndrv.c211 m = m_prepend(m, ifnet_hdrlen(ifp), M_NOWAIT); in ndrv_input()
/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h1645 __private_extern__ struct mbuf *m_prepend(struct mbuf *, int, int);
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c6170 m_prepend(struct mbuf *m, int len, int how) function
6208 m = m_prepend(m, len, how);