[I/OAT]: Structure changes for TCP recv offload to I/OAT
[deliverable/linux.git] / include / linux / skbuff.h
index f8f234708b984c58addf22edcef14a93d29b4df2..23bad3bf3c9dfc46428a873a2363bd58efb4c959 100644 (file)
@@ -29,6 +29,7 @@
 #include <linux/net.h>
 #include <linux/textsearch.h>
 #include <net/checksum.h>
+#include <linux/dmaengine.h>
 
 #define HAVE_ALLOC_SKB         /* For the drivers to know */
 #define HAVE_ALIGNABLE_SKB     /* Ditto 8)                */
@@ -285,6 +286,9 @@ struct sk_buff {
        __u16                   tc_verd;        /* traffic control verdict */
 #endif
 #endif
+#ifdef CONFIG_NET_DMA
+       dma_cookie_t            dma_cookie;
+#endif
 
 
        /* These elements must be at the end, see alloc_skb() for details.  */
This page took 0.024016 seconds and 5 git commands to generate.