Searched refs:cl_ops (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_fw.c141 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
170 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
207 cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid);
210 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
252 cls_set_class(tp, &f->res.class, tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid));
H A Dcls_route.c294 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
333 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
386 cl = cls_set_class(tp, &f->res.class, tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid));
388 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
491 cls_set_class(tp, &f->res.class, tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid));
H A Dcls_rsvp.h286 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
318 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
451 cl = cls_set_class(tp, &f->res.class, tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid));
453 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
542 cls_set_class(tp, &f->res.class, tp->q->ops->cl_ops->bind_tcf(tp->q, base, f->res.classid));
H A Dsch_api.c207 struct Qdisc_class_ops *cops = p->ops->cl_ops;
365 struct Qdisc_class_ops *cops = parent->ops->cl_ops;
502 if (q->ops->cl_ops == NULL)
509 q->ops->cl_ops->walk(q, &arg.w);
517 struct Qdisc_class_ops *cops = q->ops->cl_ops;
899 cops = q->ops->cl_ops;
968 if (q->ops->cl_ops->dump && q->ops->cl_ops->dump(q, cl, skb, tcm) < 0)
1031 if (!q->ops->cl_ops) continue;
1042 q->ops->cl_ops
[all...]
H A Dcls_tcindex.c180 tp->q->ops->cl_ops->unbind_tcf(tp->q,cl);
307 tp->q->ops->cl_ops->unbind_tcf(tp->q,cl);
309 r->res.class = tp->q->ops->cl_ops->bind_tcf(tp->q,base,
H A Dcls_u32.c309 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
478 cl = __cls_set_class(&n->res.class, q->ops->cl_ops->bind_tcf(q, base, n->res.classid));
481 q->ops->cl_ops->unbind_tcf(q, cl);
H A Dcls_api.c157 if ((cops = q->ops->cl_ops) == NULL)
376 if ((cops = q->ops->cl_ops) == NULL)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h55 struct Qdisc_class_ops *cl_ops; member in struct:Qdisc_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h55 struct Qdisc_class_ops *cl_ops; member in struct:Qdisc_ops

Completed in 106 milliseconds