Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
87c2b7c045a44f6c1c7af23e64f2b286e6f7130a
/
.
/
include
/
net
/
ipcomp.h
blob: 87c1af3e5e8243be480e0cec57860242c722a914 [
file
] [
log
] [
blame
]
#ifndef
_NET_IPCOMP_H
#define
_NET_IPCOMP_H
#include
<linux/crypto.h>
#include
<linux/types.h>
#define
IPCOMP_SCRATCH_SIZE
65400
struct
ipcomp_data
{
u16 threshold
;
struct
crypto_comp
**
tfms
;
};
#endif