Module nix::kmod [−][src]
Load and unload kernel modules.
For more details see
Structs
DeleteModuleFlags | Flags used by |
ModuleInitFlags | Flags used by the |
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. |