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.
pub fn netlink_send(
socket_id: u32,
msg: &NetlinkMessage,
) -> Result<(), KernelError>Send a netlink message (userland -> kernel)
Processes the message and enqueues any response(s) on the socket’s receive queue.