Linux Kernel
3.7.1
|
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <net/ip.h>
#include <net/xfrm.h>
#include <net/ah.h>
#include <linux/crypto.h>
#include <linux/pfkeyv2.h>
#include <linux/scatterlist.h>
#include <net/icmp.h>
#include <net/protocol.h>
Go to the source code of this file.
Data Structures | |
struct | ah_skb_cb |
Macros | |
#define | pr_fmt(fmt) "IPsec: " fmt |
#define | AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) |
Functions | |
module_init (ah4_init) | |
module_exit (ah4_fini) | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS_XFRM_TYPE (AF_INET, XFRM_PROTO_AH) | |
MODULE_ALIAS_XFRM_TYPE | ( | AF_INET | , |
XFRM_PROTO_AH | |||
) |
module_exit | ( | ah4_fini | ) |
module_init | ( | ah4_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |