Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ipcomp_data |
Macros | |
#define | IPCOMP_SCRATCH_SIZE 65400 |
Functions | |
int | ipcomp_input (struct xfrm_state *x, struct sk_buff *skb) |
int | ipcomp_output (struct xfrm_state *x, struct sk_buff *skb) |
void | ipcomp_destroy (struct xfrm_state *x) |
int | ipcomp_init_state (struct xfrm_state *x) |
void ipcomp_destroy | ( | struct xfrm_state * | x | ) |
Definition at line 328 of file xfrm_ipcomp.c.
int ipcomp_init_state | ( | struct xfrm_state * | x | ) |
Definition at line 341 of file xfrm_ipcomp.c.
int ipcomp_input | ( | struct xfrm_state * | x, |
struct sk_buff * | skb | ||
) |
Definition at line 110 of file xfrm_ipcomp.c.
int ipcomp_output | ( | struct xfrm_state * | x, |
struct sk_buff * | skb | ||
) |
Definition at line 171 of file xfrm_ipcomp.c.