Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_lge_hammerhead
/
7856dfeb23c16ef3d8dac8871b4d5b93c70b59b9
/
.
/
include
/
net
/
ipcomp.h
blob: e651a57ecdd57e1545ea1e494f9b9e24264d1d27 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
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