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

netlink_recv

Function netlink_recv 

Source
pub fn netlink_recv(
    socket_id: u32,
) -> Result<Option<NetlinkMessage>, KernelError>
Expand description

Receive a netlink message (kernel -> userland)

Returns the next pending message from the socket’s receive queue, or None if the queue is empty.