ipv6: gro: fix PV6_GRO_CB(skb)->proto problem
[pandora-kernel.git] / include / linux / netdevice.h
index 0a36fff..561c8bc 100644 (file)
@@ -1513,6 +1513,9 @@ struct napi_gro_cb {
 
        /* jiffies when first packet was created/queued */
        unsigned long age;
+
+       /* Used in ipv6_gro_receive() */
+       int     proto;
 };
 
 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb)