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
- Lines: 21
- Date:
Wed Mar 26 10:58:26 1997
- Orig file:
v2.1.29/linux/include/linux/skbuff.h
- Orig date:
Thu Feb 6 02:53:43 1997
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, [email protected]
TCL-scripts by Sam Shen, [email protected]