Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nf_nat_proto_gre.c File Reference
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/ip.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_l4proto.h>
#include <linux/netfilter/nf_conntrack_proto_gre.h>

Go to the source code of this file.

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Harald Welte <[email protected]>")
 
 MODULE_DESCRIPTION ("Netfilter NAT protocol helper module for GRE")
 
 module_init (nf_nat_proto_gre_init)
 
 module_exit (nf_nat_proto_gre_fini)
 
void nf_nat_need_gre (void)
 
 EXPORT_SYMBOL_GPL (nf_nat_need_gre)
 

Function Documentation

EXPORT_SYMBOL_GPL ( nf_nat_need_gre  )
MODULE_AUTHOR ( "Harald Welte <[email protected]>"  )
MODULE_DESCRIPTION ( "Netfilter NAT protocol helper module for GRE"  )
module_exit ( nf_nat_proto_gre_fini  )
module_init ( nf_nat_proto_gre_init  )
MODULE_LICENSE ( "GPL"  )
void nf_nat_need_gre ( void  )

Definition at line 143 of file nf_nat_proto_gre.c.