m_move_pkthdr
m_move_pkthdr(n, m);
#define M_MOVE_PKTHDR(_to, _from) m_move_pkthdr((_to), (_from))
void m_move_pkthdr(struct mbuf *, struct mbuf *);