summaryrefslogtreecommitdiffstats
path: root/kernel/include/net/pkt_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/net/pkt_sched.h')
-rw-r--r--kernel/include/net/pkt_sched.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/include/net/pkt_sched.h b/kernel/include/net/pkt_sched.h
index 2342bf12c..401038d2f 100644
--- a/kernel/include/net/pkt_sched.h
+++ b/kernel/include/net/pkt_sched.h
@@ -110,10 +110,8 @@ static inline void qdisc_run(struct Qdisc *q)
__qdisc_run(q);
}
-int tc_classify_compat(struct sk_buff *skb, const struct tcf_proto *tp,
- struct tcf_result *res);
int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp,
- struct tcf_result *res);
+ struct tcf_result *res, bool compat_mode);
static inline __be16 tc_skb_protocol(const struct sk_buff *skb)
{