Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/nfnetlink_acct.h>
#include <linux/netfilter/xt_nfacct.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Pablo Neira Ayuso <[email protected]>") | |
MODULE_DESCRIPTION ("Xtables: match for the extended accounting infrastructure") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("ipt_nfacct") | |
MODULE_ALIAS ("ip6t_nfacct") | |
module_init (nfacct_mt_init) | |
module_exit (nfacct_mt_exit) | |
MODULE_ALIAS | ( | "ipt_nfacct" | ) |
MODULE_ALIAS | ( | "ip6t_nfacct" | ) |
MODULE_AUTHOR | ( | "Pablo Neira Ayuso <[email protected]>" | ) |
module_exit | ( | nfacct_mt_exit | ) |
module_init | ( | nfacct_mt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |