Lines Matching refs:cops
1029 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1066 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1067 if (!cops) { in __tcf_qdisc_find()
1073 if (!cops->tcf_block) { in __tcf_qdisc_find()
1108 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1110 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1134 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1136 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2573 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2588 cops = q->ops->cl_ops; in tc_dump_tfilter()
2589 if (!cops) in tc_dump_tfilter()
2591 if (!cops->tcf_block) in tc_dump_tfilter()
2594 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2598 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
2948 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
2963 cops = q->ops->cl_ops; in tc_dump_chain()
2964 if (!cops) in tc_dump_chain()
2966 if (!cops->tcf_block) in tc_dump_chain()
2969 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
2973 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()