|
Linux Kernel
3.7.1
|
#include <linux/gfp.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/skbuff.h>#include <linux/stringify.h>#include <net/dst.h>#include <net/inet_ecn.h>#include <net/ip.h>#include <net/xfrm.h>Go to the source code of this file.
Macros | |
| #define | for_each_input_rcu(head, handler) |
Functions | |
| int | xfrm4_mode_tunnel_input_register (struct xfrm_tunnel *handler) |
| EXPORT_SYMBOL_GPL (xfrm4_mode_tunnel_input_register) | |
| int | xfrm4_mode_tunnel_input_deregister (struct xfrm_tunnel *handler) |
| EXPORT_SYMBOL_GPL (xfrm4_mode_tunnel_input_deregister) | |
| module_init (xfrm4_mode_tunnel_init) | |
| module_exit (xfrm4_mode_tunnel_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS_XFRM_MODE (AF_INET, XFRM_MODE_TUNNEL) | |
Definition at line 126 of file xfrm4_mode_tunnel.c.
| EXPORT_SYMBOL_GPL | ( | xfrm4_mode_tunnel_input_register | ) |
| EXPORT_SYMBOL_GPL | ( | xfrm4_mode_tunnel_input_deregister | ) |
| MODULE_ALIAS_XFRM_MODE | ( | AF_INET | , |
| XFRM_MODE_TUNNEL | |||
| ) |
| module_exit | ( | xfrm4_mode_tunnel_exit | ) |
| module_init | ( | xfrm4_mode_tunnel_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| int xfrm4_mode_tunnel_input_deregister | ( | struct xfrm_tunnel * | handler | ) |
Definition at line 53 of file xfrm4_mode_tunnel.c.
| int xfrm4_mode_tunnel_input_register | ( | struct xfrm_tunnel * | handler | ) |
Definition at line 22 of file xfrm4_mode_tunnel.c.
1.8.2