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.
pub fn netlink_open(pid: u32) -> Result<u32, KernelError>Open a new netlink socket
Returns the socket ID for use with netlink_send/netlink_recv.