Expand description
Load and unload kernel modules.
For more details see
Structs§
- Delete
Module Flags - Flags used by
delete_module
. - Module
Init Flags - 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.