Home
last modified time | relevance | path

Searched refs:mbuf_mclget (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dnet_stubs.c216 STUB(mbuf_mclget);
/xnu-8020.140.41/bsd/sys/
H A Dkpi_mbuf.h529 extern errno_t mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf)
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c334 mbuf_mclget(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf) in mbuf_mclget() function
1414 mbuf_mclget(how, m->m_type, &n); in mbuf_copyback()
/xnu-8020.140.41/bsd/nfs/
H A Dnfsm_subs.h209 (E) = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, (MBP)); \
H A Dnfs_boot.c388 error = mbuf_mclget(MBUF_WAITOK, MBUF_TYPE_DATA, m); in mbuf_get_with_len()