Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/skbuff.h>
#include <linux/net.h>
#include <linux/slab.h>
#include <linux/netfilter/xt_statistic.h>
#include <linux/netfilter/x_tables.h>
#include <linux/module.h>
Go to the source code of this file.
Data Structures | |
struct | xt_statistic_priv |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Patrick McHardy <[email protected]>") | |
MODULE_DESCRIPTION ("Xtables: statistics-based matching (\"Nth\", random)") | |
MODULE_ALIAS ("ipt_statistic") | |
MODULE_ALIAS ("ip6t_statistic") | |
module_init (statistic_mt_init) | |
module_exit (statistic_mt_exit) | |
Variables | |
struct xt_statistic_priv | ____cacheline_aligned_in_smp |
MODULE_ALIAS | ( | "ipt_statistic" | ) |
MODULE_ALIAS | ( | "ip6t_statistic" | ) |
MODULE_AUTHOR | ( | "Patrick McHardy <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Xtables: statistics-based matching (\"Nth\", random)" | ) |
module_exit | ( | statistic_mt_exit | ) |
module_init | ( | statistic_mt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
struct xt_statistic_priv ____cacheline_aligned_in_smp |