loader: fix use of deprecated functions
[project/qosify.git] / qosify-bpf.c
index 54a1e38e266842a716fbf3858d1fb16dd3912b49..407485bb055797d614f7633e08668088298d378d 100644 (file)
@@ -462,7 +462,7 @@ dscp_lookup_class(uint8_t *dscp, bool ingress, struct qosify_class **out_class)
        return 0;
 }
 
-SEC("classifier")
+SEC("tc")
 int classify(struct __sk_buff *skb)
 {
        bool ingress = module_flags & QOSIFY_INGRESS;