[NET]: Reduce tc_index/tc_verd to u16

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick McHardy 2005-08-09 19:33:51 -07:00 коммит произвёл David S. Miller
Родитель 83e3609eba
Коммит b6b99eb540
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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