Lines Matching refs:cops
1030 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1067 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1068 if (!cops) { in __tcf_qdisc_find()
1074 if (!cops->tcf_block) { in __tcf_qdisc_find()
1109 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1111 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1135 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1137 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2585 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2600 cops = q->ops->cl_ops; in tc_dump_tfilter()
2601 if (!cops) in tc_dump_tfilter()
2603 if (!cops->tcf_block) in tc_dump_tfilter()
2606 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2610 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
2971 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
2988 cops = q->ops->cl_ops; in tc_dump_chain()
2989 if (!cops) in tc_dump_chain()
2991 if (!cops->tcf_block) in tc_dump_chain()
2994 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
2998 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()