Lines Matching defs:cops
1030 const struct Qdisc_class_ops *cops;
1067 cops = (*q)->ops->cl_ops;
1068 if (!cops) {
1074 if (!cops->tcf_block) {
1109 const struct Qdisc_class_ops *cops = q->ops->cl_ops;
1111 *cl = cops->find(q, parent);
1135 const struct Qdisc_class_ops *cops = q->ops->cl_ops;
1137 block = cops->tcf_block(q, cl, extack);
2586 const struct Qdisc_class_ops *cops;
2601 cops = q->ops->cl_ops;
2602 if (!cops)
2604 if (!cops->tcf_block)
2607 cl = cops->find(q, tcm->tcm_parent);
2611 block = cops->tcf_block(q, cl, NULL);
2973 const struct Qdisc_class_ops *cops;
2990 cops = q->ops->cl_ops;
2991 if (!cops)
2993 if (!cops->tcf_block)
2996 cl = cops->find(q, tcm->tcm_parent);
3000 block = cops->tcf_block(q, cl, NULL);