|
@@ -589,6 +589,7 @@ static inline bool skb_mstamp_after(const struct skb_mstamp *t1,
|
|
* @pkt_type: Packet class
|
|
* @pkt_type: Packet class
|
|
* @fclone: skbuff clone status
|
|
* @fclone: skbuff clone status
|
|
* @ipvs_property: skbuff is owned by ipvs
|
|
* @ipvs_property: skbuff is owned by ipvs
|
|
|
|
+ * @tc_skip_classify: do not classify packet. set by IFB device
|
|
* @peeked: this packet has been seen already, so stats have been
|
|
* @peeked: this packet has been seen already, so stats have been
|
|
* done for it, don't do them again
|
|
* done for it, don't do them again
|
|
* @nf_trace: netfilter packet trace flag
|
|
* @nf_trace: netfilter packet trace flag
|
|
@@ -749,7 +750,9 @@ struct sk_buff {
|
|
#ifdef CONFIG_NET_SWITCHDEV
|
|
#ifdef CONFIG_NET_SWITCHDEV
|
|
__u8 offload_fwd_mark:1;
|
|
__u8 offload_fwd_mark:1;
|
|
#endif
|
|
#endif
|
|
- /* 2, 4 or 5 bit hole */
|
|
|
|
|
|
+#ifdef CONFIG_NET_CLS_ACT
|
|
|
|
+ __u8 tc_skip_classify:1;
|
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_NET_SCHED
|
|
#ifdef CONFIG_NET_SCHED
|
|
__u16 tc_index; /* traffic control index */
|
|
__u16 tc_index; /* traffic control index */
|