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

/net/sched/
H A Dsch_api.c161 if (qops->cl_ops) {
162 const struct Qdisc_class_ops *cops = qops->cl_ops;
312 const struct Qdisc_class_ops *cops = p->ops->cl_ops;
762 cops = sch->ops->cl_ops;
850 const struct Qdisc_class_ops *cops = parent->ops->cl_ops;
1066 if (q->ops->cl_ops == NULL)
1073 q->ops->cl_ops->walk(q, &arg.w);
1081 const struct Qdisc_class_ops *cops = q->ops->cl_ops;
1292 if (p && p->ops->cl_ops && p->ops->cl_ops
1649 const struct Qdisc_class_ops *cl_ops = q->ops->cl_ops; local
[all...]

Completed in 30 milliseconds