|
Linux Kernel
3.7.1
|
#include <linux/crypto.h>#include <linux/err.h>#include <linux/list.h>#include <linux/module.h>#include <linux/mutex.h>#include <linux/percpu.h>#include <linux/slab.h>#include <linux/smp.h>#include <linux/vmalloc.h>#include <net/ip.h>#include <net/ipcomp.h>#include <net/xfrm.h>Go to the source code of this file.
Data Structures | |
| struct | ipcomp_tfms |
Functions | |
| int | ipcomp_input (struct xfrm_state *x, struct sk_buff *skb) |
| EXPORT_SYMBOL_GPL (ipcomp_input) | |
| int | ipcomp_output (struct xfrm_state *x, struct sk_buff *skb) |
| EXPORT_SYMBOL_GPL (ipcomp_output) | |
| void | ipcomp_destroy (struct xfrm_state *x) |
| EXPORT_SYMBOL_GPL (ipcomp_destroy) | |
| int | ipcomp_init_state (struct xfrm_state *x) |
| EXPORT_SYMBOL_GPL (ipcomp_init_state) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("IP Payload Compression Protocol (IPComp) - RFC3173") | |
| MODULE_AUTHOR ("James Morris <[email protected]>") | |
| EXPORT_SYMBOL_GPL | ( | ipcomp_input | ) |
| EXPORT_SYMBOL_GPL | ( | ipcomp_output | ) |
| EXPORT_SYMBOL_GPL | ( | ipcomp_destroy | ) |
| EXPORT_SYMBOL_GPL | ( | ipcomp_init_state | ) |
| 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.
| MODULE_AUTHOR | ( | "James Morris <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "IP Payload Compression Protocol (IPComp) - RFC3173" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2