Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  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 
  This page was automatically generated by the LXR engine.