Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/netfilter.h>
#include <linux/netfilter_arp/arpt_mangle.h>
#include <net/sock.h>
Go to the source code of this file.
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Bart De Schuymer <[email protected]>") | |
MODULE_DESCRIPTION ("arptables arp payload mangle target") | |
module_init (arpt_mangle_init) | |
module_exit (arpt_mangle_fini) | |
MODULE_AUTHOR | ( | "Bart De Schuymer <[email protected]>" | ) |
module_exit | ( | arpt_mangle_fini | ) |
module_init | ( | arpt_mangle_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |