Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfrm6_output.c File Reference
#include <linux/if_ether.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/icmpv6.h>
#include <linux/netfilter_ipv6.h>
#include <net/dst.h>
#include <net/ipv6.h>
#include <net/ip6_route.h>
#include <net/xfrm.h>

Go to the source code of this file.

Functions

int xfrm6_find_1stfragopt (struct xfrm_state *x, struct sk_buff *skb, u8 **prevhdr)
 
 EXPORT_SYMBOL (xfrm6_find_1stfragopt)
 
int xfrm6_extract_output (struct xfrm_state *x, struct sk_buff *skb)
 
int xfrm6_prepare_output (struct xfrm_state *x, struct sk_buff *skb)
 
 EXPORT_SYMBOL (xfrm6_prepare_output)
 
int xfrm6_output_finish (struct sk_buff *skb)
 
int xfrm6_output (struct sk_buff *skb)
 

Function Documentation

EXPORT_SYMBOL ( xfrm6_find_1stfragopt  )
EXPORT_SYMBOL ( xfrm6_prepare_output  )
int xfrm6_extract_output ( struct xfrm_state x,
struct sk_buff skb 
)

Definition at line 92 of file xfrm6_output.c.

int xfrm6_find_1stfragopt ( struct xfrm_state x,
struct sk_buff skb,
u8 **  prevhdr 
)

Definition at line 23 of file xfrm6_output.c.

int xfrm6_output ( struct sk_buff skb)

Definition at line 157 of file xfrm6_output.c.

int xfrm6_output_finish ( struct sk_buff skb)

Definition at line 125 of file xfrm6_output.c.

int xfrm6_prepare_output ( struct xfrm_state x,
struct sk_buff skb 
)

Definition at line 105 of file xfrm6_output.c.