]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/sched/sch_sfb.c
net: sched: move tc_classify function to cls_api.c
[mirror_ubuntu-bionic-kernel.git] / net / sched / sch_sfb.c
index 0f777273ba293dcf2e62ae484dd0033bce942a2b..b287880829e2f1df031cda308d9646347cb44b78 100644 (file)
@@ -259,7 +259,7 @@ static bool sfb_classify(struct sk_buff *skb, struct tcf_proto *fl,
        struct tcf_result res;
        int result;
 
-       result = tc_classify(skb, fl, &res, false);
+       result = tcf_classify(skb, fl, &res, false);
        if (result >= 0) {
 #ifdef CONFIG_NET_CLS_ACT
                switch (result) {