Searched refs:m_tag_copy_chain (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmbuf.h58 return !m_tag_copy_chain(to, from, how);
60 #define m_tag_copy_chain m_tag_copy_chain_openbsd macro
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c430 * m_tag_copy_chain() is typically called with a newly-allocated
434 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) function
440 ("m_tag_copy_chain: null argument, to %p from %p", to, from));
H A Dfbsd_uipc_mbuf.c401 return (m_tag_copy_chain(to, from, how));
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h333 int m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how);

Completed in 34 milliseconds