Lines Matching refs:cops
1153 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1190 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1191 if (!cops) { in __tcf_qdisc_find()
1197 if (!cops->tcf_block) { in __tcf_qdisc_find()
1232 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1234 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1258 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1260 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2759 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2774 cops = q->ops->cl_ops; in tc_dump_tfilter()
2775 if (!cops) in tc_dump_tfilter()
2777 if (!cops->tcf_block) in tc_dump_tfilter()
2780 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2784 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
3139 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
3154 cops = q->ops->cl_ops; in tc_dump_chain()
3155 if (!cops) in tc_dump_chain()
3157 if (!cops->tcf_block) in tc_dump_chain()
3160 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
3164 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()