Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ip6table_mangle.c File Reference
#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 MANGLE_VALID_HOOKS
 

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Netfilter Core Team <[email protected]>")
 
 MODULE_DESCRIPTION ("ip6tables mangle table")
 
 module_init (ip6table_mangle_init)
 
 module_exit (ip6table_mangle_fini)
 

Macro Definition Documentation

#define MANGLE_VALID_HOOKS
Value:
(1 << NF_INET_LOCAL_IN) | \
(1 << NF_INET_FORWARD) | \
(1 << NF_INET_LOCAL_OUT) | \

Definition at line 19 of file ip6table_mangle.c.

Function Documentation

MODULE_AUTHOR ( "Netfilter Core Team <[email protected]>"  )
MODULE_DESCRIPTION ( "ip6tables mangle table )
module_exit ( ip6table_mangle_fini  )
module_init ( ip6table_mangle_init  )
MODULE_LICENSE ( "GPL"  )