patch-2.0.24 linux/include/linux/skbuff.h

Next file: linux/include/net/sock.h
Previous file: linux/include/linux/raid0.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.23/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -102,7 +102,7 @@
 #define PACKET_OTHERHOST	3		/* To someone else 				*/
 	unsigned short	users;			/* User count - see datagram.c,tcp.c 		*/
 	unsigned short	protocol;		/* Packet protocol from driver. 		*/
-	unsigned short	truesize;		/* Buffer size 					*/
+	unsigned int	truesize;		/* Buffer size 					*/
 
 	atomic_t	count;			/* reference count				*/
 	struct sk_buff	*data_skb;		/* Link to the actual data skb			*/

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov