Linux Kernel
3.7.1
|
#include <linux/icmpv6.h>
#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/ipv6.h>
#include <net/protocol.h>
#include <net/xfrm.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "IPv6: " fmt |
#define | for_each_tunnel_rcu(head, handler) |
Functions | |
int | xfrm6_tunnel_register (struct xfrm6_tunnel *handler, unsigned short family) |
EXPORT_SYMBOL (xfrm6_tunnel_register) | |
int | xfrm6_tunnel_deregister (struct xfrm6_tunnel *handler, unsigned short family) |
EXPORT_SYMBOL (xfrm6_tunnel_deregister) | |
module_init (tunnel6_init) | |
module_exit (tunnel6_fini) | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | xfrm6_tunnel_register | ) |
EXPORT_SYMBOL | ( | xfrm6_tunnel_deregister | ) |
module_exit | ( | tunnel6_fini | ) |
module_init | ( | tunnel6_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int xfrm6_tunnel_deregister | ( | struct xfrm6_tunnel * | handler, |
unsigned short | family | ||
) |