|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/jhash.h>#include <linux/ip.h>#include <net/ipv6.h>#include <linux/netfilter/x_tables.h>#include <net/netfilter/nf_conntrack.h>#include <linux/netfilter/xt_cluster.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_AUTHOR ("Pablo Neira Ayuso <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Xtables: hash-based cluster match") | |
| MODULE_ALIAS ("ipt_cluster") | |
| MODULE_ALIAS ("ip6t_cluster") | |
| module_init (xt_cluster_mt_init) | |
| module_exit (xt_cluster_mt_fini) | |
Definition at line 8 of file xt_cluster.c.
| MODULE_ALIAS | ( | "ipt_cluster" | ) |
| MODULE_ALIAS | ( | "ip6t_cluster" | ) |
| MODULE_AUTHOR | ( | "Pablo Neira Ayuso <[email protected]>" | ) |
| module_exit | ( | xt_cluster_mt_fini | ) |
| module_init | ( | xt_cluster_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2