Linux Kernel
3.7.1
|
#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") | |
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 | ||
) |