Home
last modified time | relevance | path

Searched refs:m_copy_pftag (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dmbuf.h931 #define M_COPY_PFTAG(to, from) m_copy_pftag(to, from)
1708 __private_extern__ void m_copy_pftag(struct mbuf *, struct mbuf *);
/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf.c2049 m_copy_pftag(struct mbuf *to, struct mbuf *from) in m_copy_pftag() function