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

Next file: linux/include/linux/socket.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.29/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -86,12 +86,6 @@
 	  	unsigned char 	*raw;
 	} mac;
 
-#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
-	/*
-	 *	Generic "neighbour" information
-	 */
-	struct neighbour *nexthop;
-#endif		
 	struct  dst_entry *dst;
 	char    	cb[32];
 
@@ -117,6 +111,7 @@
 #define PACKET_NDISC		17		/* Outgoing NDISC packet			*/
 	atomic_t	users;			/* User count - see datagram.c,tcp.c 		*/
 	unsigned short	protocol;		/* Packet protocol from driver. 		*/
+	unsigned short	security;		/* Security level of packet			*/
 	unsigned int	truesize;		/* Buffer size 					*/
 
 	atomic_t	count;			/* reference count				*/

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