VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[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 */