Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tunnel4.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/icmp.h>
#include <net/ip.h>
#include <net/protocol.h>
#include <net/xfrm.h>

Go to the source code of this file.

Macros

#define for_each_tunnel_rcu(head, handler)
 

Functions

int xfrm4_tunnel_register (struct xfrm_tunnel *handler, unsigned short family)
 
 EXPORT_SYMBOL (xfrm4_tunnel_register)
 
int xfrm4_tunnel_deregister (struct xfrm_tunnel *handler, unsigned short family)
 
 EXPORT_SYMBOL (xfrm4_tunnel_deregister)
 
 module_init (tunnel4_init)
 
 module_exit (tunnel4_fini)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define for_each_tunnel_rcu (   head,
  handler 
)
Value:
for (handler = rcu_dereference(head); \
handler != NULL; \
handler = rcu_dereference(handler->next)) \

Definition at line 85 of file tunnel4.c.

Function Documentation

EXPORT_SYMBOL ( xfrm4_tunnel_register  )
EXPORT_SYMBOL ( xfrm4_tunnel_deregister  )
module_exit ( tunnel4_fini  )
module_init ( tunnel4_init  )
MODULE_LICENSE ( "GPL"  )
int xfrm4_tunnel_deregister ( struct xfrm_tunnel handler,
unsigned short  family 
)

Definition at line 58 of file tunnel4.c.

int xfrm4_tunnel_register ( struct xfrm_tunnel handler,
unsigned short  family 
)

Definition at line 26 of file tunnel4.c.