pub fn with_network_pool<R, F: FnOnce(&mut DmaBufferPool) -> R>(
f: F,
) -> Result<R, KernelError>Expand description
Execute a closure with the global network DMA pool (mutable access)
pub fn with_network_pool<R, F: FnOnce(&mut DmaBufferPool) -> R>(
f: F,
) -> Result<R, KernelError>Execute a closure with the global network DMA pool (mutable access)