diff options
Diffstat (limited to 'include/net/ipcomp.h')
-rw-r--r-- | include/net/ipcomp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h new file mode 100644 index 000000000000..e651a57ecdd5 --- /dev/null +++ b/include/net/ipcomp.h | |||
@@ -0,0 +1,11 @@ | |||
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 | struct crypto_tfm **tfms; | ||
9 | }; | ||
10 | |||
11 | #endif | ||