Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ah4.c File Reference
#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)
 

Macro Definition Documentation

#define AH_SKB_CB (   __skb)    ((struct ah_skb_cb *)&((__skb)->cb[0]))

Definition at line 21 of file ah4.c.

#define pr_fmt (   fmt)    "IPsec: " fmt

Definition at line 1 of file ah4.c.

Function Documentation

MODULE_ALIAS_XFRM_TYPE ( AF_INET  ,
XFRM_PROTO_AH   
)
module_exit ( ah4_fini  )
module_init ( ah4_init  )
MODULE_LICENSE ( "GPL"  )