[NET]: Reduce tc_index/tc_verd to u16
authorPatrick McHardy <kaber@trash.net>
Wed, 10 Aug 2005 02:33:51 +0000 (19:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:32:20 +0000 (15:32 -0700)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index 4aeadb1..af4f02e 100644 (file)
@@ -265,9 +265,9 @@ struct sk_buff {
 #endif
 #endif /* CONFIG_NETFILTER */
 #ifdef CONFIG_NET_SCHED
-       __u32                   tc_index;        /* traffic control index */
+       __u16                   tc_index;       /* traffic control index */
 #ifdef CONFIG_NET_CLS_ACT
-       __u32           tc_verd;               /* traffic control verdict */
+       __u16                   tc_verd;        /* traffic control verdict */
 #endif
 #endif