Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nfnetlink_cthelper.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/netlink.h>
#include <linux/rculist.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/errno.h>
#include <net/netlink.h>
#include <net/sock.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <net/netfilter/nf_conntrack_expect.h>
#include <net/netfilter/nf_conntrack_ecache.h>
#include <linux/netfilter/nfnetlink.h>
#include <linux/netfilter/nfnetlink_conntrack.h>
#include <linux/netfilter/nfnetlink_cthelper.h>

Go to the source code of this file.

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Pablo Neira Ayuso <[email protected]>")
 
 MODULE_DESCRIPTION ("nfnl_cthelper: User-space connection tracking helpers")
 
 MODULE_ALIAS_NFNL_SUBSYS (NFNL_SUBSYS_CTHELPER)
 
 module_init (nfnl_cthelper_init)
 
 module_exit (nfnl_cthelper_exit)
 

Function Documentation

MODULE_ALIAS_NFNL_SUBSYS ( NFNL_SUBSYS_CTHELPER  )
MODULE_AUTHOR ( "Pablo Neira Ayuso <[email protected]>"  )
MODULE_DESCRIPTION ( "nfnl_cthelper: User-space connection tracking helpers"  )
module_exit ( nfnl_cthelper_exit  )
module_init ( nfnl_cthelper_init  )
MODULE_LICENSE ( "GPL"  )