Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/slab.h>
Go to the source code of this file.
Macros | |
#define | FILTER_VALID_HOOKS |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Netfilter Core Team <[email protected]>") | |
MODULE_DESCRIPTION ("ip6tables filter table") | |
module_param (forward, bool, 0000) | |
module_init (ip6table_filter_init) | |
module_exit (ip6table_filter_fini) | |
#define FILTER_VALID_HOOKS |
Definition at line 21 of file ip6table_filter.c.
MODULE_AUTHOR | ( | "Netfilter Core Team <[email protected]>" | ) |
module_exit | ( | ip6table_filter_fini | ) |
module_init | ( | ip6table_filter_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | forward | , |
bool | , | ||
0000 | |||
) |