Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ah6.c File Reference
#include <crypto/hash.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <net/ip.h>
#include <net/ah.h>
#include <linux/crypto.h>
#include <linux/pfkeyv2.h>
#include <linux/string.h>
#include <linux/scatterlist.h>
#include <net/ip6_route.h>
#include <net/icmp.h>
#include <net/ipv6.h>
#include <net/protocol.h>
#include <net/xfrm.h>

Go to the source code of this file.

Data Structures

struct  tmp_ext
 
struct  ah_skb_cb
 

Macros

#define pr_fmt(fmt)   "IPv6: " fmt
 
#define IPV6HDR_BASELEN   8
 
#define AH_SKB_CB(__skb)   ((struct ah_skb_cb *)&((__skb)->cb[0]))
 

Functions

 module_init (ah6_init)
 
 module_exit (ah6_fini)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS_XFRM_TYPE (AF_INET6, XFRM_PROTO_AH)
 

Macro Definition Documentation

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

Definition at line 59 of file ah6.c.

#define IPV6HDR_BASELEN   8

Definition at line 44 of file ah6.c.

#define pr_fmt (   fmt)    "IPv6: " fmt

Definition at line 27 of file ah6.c.

Function Documentation

MODULE_ALIAS_XFRM_TYPE ( AF_INET6  ,
XFRM_PROTO_AH   
)
module_exit ( ah6_fini  )
module_init ( ah6_init  )
MODULE_LICENSE ( "GPL"  )