m_tag_copy_chain
int m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how);
return (m_tag_copy_chain(to, from, how));
return !m_tag_copy_chain(to, from, how);