diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index ee583f642a9..488c56e649b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -61,9 +61,7 @@ struct wireless_dev;  #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_MASK		0xFFFF	/* qdisc flags in net/sch_generic.h */  /* Backlog congestion levels */  #define NET_RX_SUCCESS		0   /* keep 'em coming, baby */  |