Module kmod

Source
Expand description

Load and unload kernel modules.

For more details see

Structs§

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

Functions§

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