Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6b99eb5 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NET]: Reduce tc_index/tc_verd to u16

parent 83e3609e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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