Function riot_sys::os_mbuf_free

source ·
pub unsafe extern "C" fn os_mbuf_free(mb: *mut os_mbuf) -> c_int
Expand description

Release a mbuf back to the pool

@param omp The Mbuf pool to release back to @param om The Mbuf to release back to the pool

@return 0 on success, -1 on failure