Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnet_stubs.c196 STUB(mbuf_dup);
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h800 extern errno_t mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf)
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c465 mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf) in mbuf_dup() function