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()
2758 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2773 cops = q->ops->cl_ops; in tc_dump_tfilter()
2774 if (!cops) in tc_dump_tfilter()
2776 if (!cops->tcf_block) in tc_dump_tfilter()
2779 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2783 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
3137 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
3152 cops = q->ops->cl_ops; in tc_dump_chain()
3153 if (!cops) in tc_dump_chain()
3155 if (!cops->tcf_block) in tc_dump_chain()
3158 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
3162 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()