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

netlink_open

Function netlink_open 

Source
pub fn netlink_open(pid: u32) -> Result<u32, KernelError>
Expand description

Open a new netlink socket

Returns the socket ID for use with netlink_send/netlink_recv.