patch-2.3.99-pre3 linux/include/linux/netdevice.h
Next file: linux/include/linux/nfs.h
Previous file: linux/include/linux/linkage.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu Mar 23 15:36:18 2000
-  Orig file: 
v2.3.99-pre2/linux/include/linux/netdevice.h
-  Orig date: 
Thu Mar  2 14:36:23 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -42,6 +42,9 @@
 #define NET_XMIT_DROP		1	/* skb dropped			*/
 #define NET_XMIT_CN		2	/* congestion notification	*/
 #define NET_XMIT_POLICED	3	/* skb is shot by police	*/
+#define NET_XMIT_BYPASS		4	/* packet does not leave via dequeue;
+					   (TC use only - dev_queue_xmit
+					   returns this as NET_XMIT_SUCCESS) */
 
 #define net_xmit_errno(e)	((e) != NET_XMIT_CN ? -ENOBUFS : 0)
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)