Lines Matching defs:cops
1153 const struct Qdisc_class_ops *cops;
1190 cops = (*q)->ops->cl_ops;
1191 if (!cops) {
1197 if (!cops->tcf_block) {
1232 const struct Qdisc_class_ops *cops = q->ops->cl_ops;
1234 *cl = cops->find(q, parent);
1258 const struct Qdisc_class_ops *cops = q->ops->cl_ops;
1260 block = cops->tcf_block(q, cl, extack);
2765 const struct Qdisc_class_ops *cops;
2780 cops = q->ops->cl_ops;
2781 if (!cops)
2783 if (!cops->tcf_block)
2786 cl = cops->find(q, tcm->tcm_parent);
2790 block = cops->tcf_block(q, cl, NULL);
3146 const struct Qdisc_class_ops *cops;
3161 cops = q->ops->cl_ops;
3162 if (!cops)
3164 if (!cops->tcf_block)
3167 cl = cops->find(q, tcm->tcm_parent);
3171 block = cops->tcf_block(q, cl, NULL);