|
Linux Kernel
3.7.1
|
#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/ip.h>#include <net/xfrm.h>Go to the source code of this file.
Functions | |
| module_init (xfrm4_transport_init) | |
| module_exit (xfrm4_transport_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS_XFRM_MODE (AF_INET, XFRM_MODE_TRANSPORT) | |
| MODULE_ALIAS_XFRM_MODE | ( | AF_INET | , |
| XFRM_MODE_TRANSPORT | |||
| ) |
| module_exit | ( | xfrm4_transport_exit | ) |
| module_init | ( | xfrm4_transport_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2