diff options
Diffstat (limited to 'include/net/ipcomp.h')
| -rw-r--r-- | include/net/ipcomp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h new file mode 100644 index 000000000000..e94a6488a7ee --- /dev/null +++ b/include/net/ipcomp.h @@ -0,0 +1,12 @@ +#ifndef _NET_IPCOMP_H +#define _NET_IPCOMP_H + +#define IPCOMP_SCRATCH_SIZE 65400 + +struct ipcomp_data { + u16 threshold; + u8 *scratch; + struct crypto_tfm *tfm; +}; + +#endif |
