Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h934 #define M_COPY_CLASSIFIER(to, from) m_copy_classifier(to, from)
1709 __private_extern__ void m_copy_classifier(struct mbuf *, struct mbuf *);
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2090 m_copy_classifier(struct mbuf *to, struct mbuf *from) in m_copy_classifier() function