[][src]Function mynewt::kernel::os::os_mbuf_dup

pub unsafe extern "C" fn os_mbuf_dup(m: *mut os_mbuf) -> *mut os_mbuf

Duplicate a chain of mbufs. Return the start of the duplicated chain.

Return: A pointer to the new chain of mbufs