⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_network_pool

Function with_network_pool 

Source
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)