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

netlink_send

Function netlink_send 

Source
pub fn netlink_send(
    socket_id: u32,
    msg: &NetlinkMessage,
) -> Result<(), KernelError>
Expand description

Send a netlink message (userland -> kernel)

Processes the message and enqueues any response(s) on the socket’s receive queue.