|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/bitops.h>#include <linux/skbuff.h>#include <linux/math64.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_connbytes.h>#include <net/netfilter/nf_conntrack.h>#include <net/netfilter/nf_conntrack_acct.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Harald Welte <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: Number of packets/bytes per connection matching") | |
| MODULE_ALIAS ("ipt_connbytes") | |
| MODULE_ALIAS ("ip6t_connbytes") | |
| module_init (connbytes_mt_init) | |
| module_exit (connbytes_mt_exit) | |
Definition at line 4 of file xt_connbytes.c.
| MODULE_ALIAS | ( | "ipt_connbytes" | ) |
| MODULE_ALIAS | ( | "ip6t_connbytes" | ) |
| MODULE_AUTHOR | ( | "Harald Welte <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: Number of packets/bytes per connection matching" | ) |
| module_exit | ( | connbytes_mt_exit | ) |
| module_init | ( | connbytes_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2