Skip to content

G5unit/lkm_rx_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lkm_rx_handler

Example Linux Kernel Module to register rx_handler with netdevice (network interface).
There is also code to check CPU ID handler function is running on, as well as parse IP & TCP headers in the handler function.

To compile execute "make" in directory you download the code. "make clean" is also an option.
You will need linux kernel headers installed to compile successfuly.
To load the module once compiled execute "insmod rxh.ko" with root priviledges.
To remove module execute "rmmod rxh".

Note, any module created that registers RX_HANDLER must be released under GPL terms as it is considered a derived work of Linux Kernel.

About

Example Linux Kernel Module to register rx_handler with netdevice (network interface)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published