VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / net / ipcomp.h
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
3
4 #define IPCOMP_SCRATCH_SIZE     65400
5
6 struct ipcomp_data {
7         u16 threshold;
8         u8 *scratch;
9         struct crypto_tfm *tfm;
10 };
11
12 #endif