Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dndrv.c191 m = m_prepend(m, ifnet_hdrlen(ifp), M_NOWAIT); in ndrv_input()
/xnu-10002.1.13/bsd/sys/
H A Dmbuf.h1555 __private_extern__ struct mbuf *m_prepend(struct mbuf *, int, int);
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c6042 m_prepend(struct mbuf *m, int len, int how) function
6080 m = m_prepend(m, len, how);