[−][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.
omp
: The mbuf pool to duplicate out ofom
: The mbuf chain to duplicate
Return: A pointer to the new chain of mbufs