Merge to Fedora kernel-2.6.18-1.2224_FC5-vs2.0.2.2-rc4 patched with stable patch...
[linux-2.6.git] / include / net / esp.h
index a513d14..90cd94f 100644 (file)
@@ -2,9 +2,14 @@
 #define _NET_ESP_H
 
 #include <net/xfrm.h>
+#include <asm/scatterlist.h>
+
+#define ESP_NUM_FAST_SG                4
 
 struct esp_data
 {
+       struct scatterlist              sgbuf[ESP_NUM_FAST_SG];
+
        /* Confidentiality */
        struct {
                u8                      *key;           /* Key */