ipcomp.h 159 B

1234567891011
  1. #ifndef _NET_IPCOMP_H
  2. #define _NET_IPCOMP_H
  3. #define IPCOMP_SCRATCH_SIZE 65400
  4. struct ipcomp_data {
  5. u16 threshold;
  6. struct crypto_tfm **tfms;
  7. };
  8. #endif