tree d9bdbd412bec6474e6845480a806edd74c3a2808
parent 83e3609eba3818f6e18b8bf9442195169ac306b7
author Patrick McHardy <[EMAIL PROTECTED]> Wed, 10 Aug 2005 09:33:51 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 30 Aug 2005 05:32:20 -0700

[NET]: Reduce tc_index/tc_verd to u16

Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 include/linux/skbuff.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -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
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to