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

/darwin-on-arm/xnu/bsd/net/
H A Diptap.c192 mbuf_dup((mbuf_t)mp, MBUF_DONTWAIT, &copy);
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h634 associated with the original mbuf. mbuf_dup() should be used
647 @function mbuf_dup
657 extern errno_t mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c310 errno_t mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf) function

Completed in 20 milliseconds