Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/gen_stats.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_rateest.h>
#include <net/netfilter/xt_rateest.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Patrick McHardy <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("xtables rate estimator match") | |
MODULE_ALIAS ("ipt_rateest") | |
MODULE_ALIAS ("ip6t_rateest") | |
module_init (xt_rateest_mt_init) | |
module_exit (xt_rateest_mt_fini) | |
MODULE_ALIAS | ( | "ipt_rateest" | ) |
MODULE_ALIAS | ( | "ip6t_rateest" | ) |
MODULE_AUTHOR | ( | "Patrick McHardy <[email protected]>" | ) |
module_exit | ( | xt_rateest_mt_fini | ) |
module_init | ( | xt_rateest_mt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |