home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / net / ipcomp.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  159 b   |  12 lines

  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
  12.