提交 b6b99eb5 编写于 作者: P Patrick McHardy 提交者: David S. Miller

[NET]: Reduce tc_index/tc_verd to u16

Signed-off-by: NPatrick McHardy <kaber@trash.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 83e3609e
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册