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

/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h458 #define M_COPY_PKTHDR(to, from) m_copy_pkthdr(to, from)
1037 __private_extern__ void m_copy_pkthdr(struct mbuf *, struct mbuf *);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c511 m_copy_pkthdr(dest, src);
H A Duipc_mbuf.c3581 m_copy_pkthdr(struct mbuf *to, struct mbuf *from) function
4822 m_copy_pkthdr(m, n);

Completed in 93 milliseconds