Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnet_stubs.c193 STUB(mbuf_dup);
/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h701 extern errno_t mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf)
/xnu-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c443 mbuf_dup(const mbuf_t src, mbuf_how_t how, mbuf_t *new_mbuf) in mbuf_dup() function