|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/netfilter/xt_cpu.h>#include <linux/netfilter/x_tables.h>Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Eric Dumazet <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: CPU match") | |
| MODULE_ALIAS ("ipt_cpu") | |
| MODULE_ALIAS ("ip6t_cpu") | |
| module_init (cpu_mt_init) | |
| module_exit (cpu_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_cpu" | ) |
| MODULE_ALIAS | ( | "ip6t_cpu" | ) |
| MODULE_AUTHOR | ( | "Eric Dumazet <[email protected]>" | ) |
| module_exit | ( | cpu_mt_exit | ) |
| module_init | ( | cpu_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2