Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/slab.h>
Go to the source code of this file.
Macros | |
#define | SECURITY_VALID_HOOKS |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("James Morris <jmorris <at> redhat.com>") | |
MODULE_DESCRIPTION ("ip6tables security table, for MAC rules") | |
module_init (ip6table_security_init) | |
module_exit (ip6table_security_fini) | |
#define SECURITY_VALID_HOOKS |
Definition at line 26 of file ip6table_security.c.
MODULE_AUTHOR | ( | "James Morris <jmorris <at> redhat.com>" | ) |
module_exit | ( | ip6table_security_fini | ) |
module_init | ( | ip6table_security_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |