aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_matchall.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_matchall.c')
-rw-r--r--net/sched/cls_matchall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/cls_matchall.c b/net/sched/cls_matchall.c
index 21cc45caf842..eeac606c95ab 100644
--- a/net/sched/cls_matchall.c
+++ b/net/sched/cls_matchall.c
@@ -32,6 +32,7 @@ static int mall_classify(struct sk_buff *skb, const struct tcf_proto *tp,
32 if (tc_skip_sw(head->flags)) 32 if (tc_skip_sw(head->flags))
33 return -1; 33 return -1;
34 34
35 *res = head->res;
35 return tcf_exts_exec(skb, &head->exts, res); 36 return tcf_exts_exec(skb, &head->exts, res);
36} 37}
37 38