Searched refs:m_copy_pkthdr (Results 1 – 3 of 3) sorted by relevance
929 #define M_COPY_PKTHDR(to, from) m_copy_pkthdr(to, from)1706 __private_extern__ void m_copy_pkthdr(struct mbuf *, struct mbuf *);
752 m_copy_pkthdr(dest, src); in mbuf_copy_pkthdr()
2005 m_copy_pkthdr(struct mbuf *to, struct mbuf *from) in m_copy_pkthdr() function3568 m_copy_pkthdr(m, n); in m_copyup()