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

pub unsafe extern "C" fn os_mbuf_free_chain(om: *mut os_mbuf) -> c_int

Free a chain of mbufs

  • omp: The mbuf pool to free the chain of mbufs into
  • om: The starting mbuf of the chain to free back into the pool

Return: 0 on success, -1 on failure