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

Free a chain of mbufs

@param omp The mbuf pool to free the chain of mbufs into @param om The starting mbuf of the chain to free back into the pool

@return 0 on success, -1 on failure