Lines Matching refs:cops
1184 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1221 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1222 if (!cops) { in __tcf_qdisc_find()
1228 if (!cops->tcf_block) { in __tcf_qdisc_find()
1263 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1265 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1289 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1291 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2885 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2900 cops = q->ops->cl_ops; in tc_dump_tfilter()
2901 if (!cops) in tc_dump_tfilter()
2903 if (!cops->tcf_block) in tc_dump_tfilter()
2906 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2910 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
3270 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
3285 cops = q->ops->cl_ops; in tc_dump_chain()
3286 if (!cops) in tc_dump_chain()
3288 if (!cops->tcf_block) in tc_dump_chain()
3291 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
3295 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()