Module nix::kmod

source ·
Available on crate feature kmod only.
Expand description

Load and unload kernel modules.

For more details see

Structs

Flags used by delete_module.
Flags used by the finit_module function.

Functions

Unloads the kernel module with the given name.
Loads a kernel module from a given file descriptor.
Loads a kernel module from a buffer.