Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfrm4_output.c File Reference
#include <linux/if_ether.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter_ipv4.h>
#include <net/dst.h>
#include <net/ip.h>
#include <net/xfrm.h>
#include <net/icmp.h>

Go to the source code of this file.

Functions

int xfrm4_extract_output (struct xfrm_state *x, struct sk_buff *skb)
 
int xfrm4_prepare_output (struct xfrm_state *x, struct sk_buff *skb)
 
 EXPORT_SYMBOL (xfrm4_prepare_output)
 
int xfrm4_output_finish (struct sk_buff *skb)
 
int xfrm4_output (struct sk_buff *skb)
 

Function Documentation

EXPORT_SYMBOL ( xfrm4_prepare_output  )
int xfrm4_extract_output ( struct xfrm_state x,
struct sk_buff skb 
)

Definition at line 47 of file xfrm4_output.c.

int xfrm4_output ( struct sk_buff skb)

Definition at line 92 of file xfrm4_output.c.

int xfrm4_output_finish ( struct sk_buff skb)

Definition at line 77 of file xfrm4_output.c.

int xfrm4_prepare_output ( struct xfrm_state x,
struct sk_buff skb 
)

Definition at line 60 of file xfrm4_output.c.