|
Linux Kernel
3.7.1
|
#include <linux/skbuff.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_quota.h>#include <linux/module.h>Go to the source code of this file.
Data Structures | |
| struct | xt_quota_priv |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Sam Johnston <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: countdown quota match") | |
| MODULE_ALIAS ("ipt_quota") | |
| MODULE_ALIAS ("ip6t_quota") | |
| module_init (quota_mt_init) | |
| module_exit (quota_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_quota" | ) |
| MODULE_ALIAS | ( | "ip6t_quota" | ) |
| MODULE_AUTHOR | ( | "Sam Johnston <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: countdown quota match" | ) |
| module_exit | ( | quota_mt_exit | ) |
| module_init | ( | quota_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2