Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Patrick McHardy and committed by
David S. Miller
b6b99eb5 83e3609e

+2 -2
+2 -2
include/linux/skbuff.h
··· 265 265 #endif 266 266 #endif /* CONFIG_NETFILTER */ 267 267 #ifdef CONFIG_NET_SCHED 268 - __u32 tc_index; /* traffic control index */ 268 + __u16 tc_index; /* traffic control index */ 269 269 #ifdef CONFIG_NET_CLS_ACT 270 - __u32 tc_verd; /* traffic control verdict */ 270 + __u16 tc_verd; /* traffic control verdict */ 271 271 #endif 272 272 #endif 273 273