|
@@ -48,7 +48,8 @@ static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl)
|
|
|
+static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl,
|
|
|
+ struct netlink_ext_ack *extack)
|
|
|
{
|
|
|
struct ingress_sched_data *q = qdisc_priv(sch);
|
|
|
|
|
@@ -154,7 +155,8 @@ static unsigned long clsact_bind_filter(struct Qdisc *sch,
|
|
|
return clsact_find(sch, classid);
|
|
|
}
|
|
|
|
|
|
-static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl)
|
|
|
+static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl,
|
|
|
+ struct netlink_ext_ack *extack)
|
|
|
{
|
|
|
struct clsact_sched_data *q = qdisc_priv(sch);
|
|
|
|