Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nf_conntrack_ecache.c File Reference
#include <linux/types.h>
#include <linux/netfilter.h>
#include <linux/skbuff.h>
#include <linux/vmalloc.h>
#include <linux/stddef.h>
#include <linux/err.h>
#include <linux/percpu.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <net/netfilter/nf_conntrack.h>
#include <net/netfilter/nf_conntrack_core.h>
#include <net/netfilter/nf_conntrack_extend.h>

Go to the source code of this file.

Macros

#define NF_CT_EVENTS_DEFAULT   1
 

Functions

void nf_ct_deliver_cached_events (struct nf_conn *ct)
 
 EXPORT_SYMBOL_GPL (nf_ct_deliver_cached_events)
 
int nf_conntrack_register_notifier (struct net *net, struct nf_ct_event_notifier *new)
 
 EXPORT_SYMBOL_GPL (nf_conntrack_register_notifier)
 
void nf_conntrack_unregister_notifier (struct net *net, struct nf_ct_event_notifier *new)
 
 EXPORT_SYMBOL_GPL (nf_conntrack_unregister_notifier)
 
int nf_ct_expect_register_notifier (struct net *net, struct nf_exp_event_notifier *new)
 
 EXPORT_SYMBOL_GPL (nf_ct_expect_register_notifier)
 
void nf_ct_expect_unregister_notifier (struct net *net, struct nf_exp_event_notifier *new)
 
 EXPORT_SYMBOL_GPL (nf_ct_expect_unregister_notifier)
 
int nf_conntrack_ecache_init (struct net *net)
 
void nf_conntrack_ecache_fini (struct net *net)
 

Macro Definition Documentation

#define NF_CT_EVENTS_DEFAULT   1

Definition at line 156 of file nf_conntrack_ecache.c.

Function Documentation

EXPORT_SYMBOL_GPL ( nf_ct_deliver_cached_events  )
EXPORT_SYMBOL_GPL ( nf_conntrack_register_notifier  )
EXPORT_SYMBOL_GPL ( nf_conntrack_unregister_notifier  )
EXPORT_SYMBOL_GPL ( nf_ct_expect_register_notifier  )
EXPORT_SYMBOL_GPL ( nf_ct_expect_unregister_notifier  )
void nf_conntrack_ecache_fini ( struct net net)

Definition at line 261 of file nf_conntrack_ecache.c.

int nf_conntrack_ecache_init ( struct net net)

Definition at line 232 of file nf_conntrack_ecache.c.

int nf_conntrack_register_notifier ( struct net net,
struct nf_ct_event_notifier *  new 
)

Definition at line 84 of file nf_conntrack_ecache.c.

void nf_conntrack_unregister_notifier ( struct net net,
struct nf_ct_event_notifier *  new 
)

Definition at line 106 of file nf_conntrack_ecache.c.

void nf_ct_deliver_cached_events ( struct nf_conn ct)

Definition at line 32 of file nf_conntrack_ecache.c.

int nf_ct_expect_register_notifier ( struct net net,
struct nf_exp_event_notifier *  new 
)

Definition at line 120 of file nf_conntrack_ecache.c.

void nf_ct_expect_unregister_notifier ( struct net net,
struct nf_exp_event_notifier *  new 
)

Definition at line 142 of file nf_conntrack_ecache.c.