Lines Matching refs:cops
1028 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1065 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1066 if (!cops) { in __tcf_qdisc_find()
1072 if (!cops->tcf_block) { in __tcf_qdisc_find()
1107 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1109 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1133 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1135 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2584 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2599 cops = q->ops->cl_ops; in tc_dump_tfilter()
2600 if (!cops) in tc_dump_tfilter()
2602 if (!cops->tcf_block) in tc_dump_tfilter()
2605 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
2609 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()