X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fskbuff.h;h=23bad3bf3c9dfc46428a873a2363bd58efb4c959;hb=97fc2f0848c928c63c2ae619deee61a0b1107b69;hp=f8f234708b984c58addf22edcef14a93d29b4df2;hpb=de5506e155276d385712c2aa1c2d9a27cd4ed947;p=deliverable%2Flinux.git diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index f8f234708b98..23bad3bf3c9d 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -29,6 +29,7 @@ #include #include #include +#include #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. */