Lines Matching refs:cops
550 const struct Qdisc_class_ops *cops; in tcf_block_find() local
571 cops = (*q)->ops->cl_ops; in tcf_block_find()
572 if (!cops) { in tcf_block_find()
577 if (!cops->tcf_block) { in tcf_block_find()
584 *cl = cops->find(*q, *parent); in tcf_block_find()
592 block = cops->tcf_block(*q, *cl, extack); in tcf_block_find()
1652 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
1669 cops = q->ops->cl_ops; in tc_dump_tfilter()
1670 if (!cops) in tc_dump_tfilter()
1672 if (!cops->tcf_block) in tc_dump_tfilter()
1675 cl = cops->find(q, tcm->tcm_parent); in tc_dump_tfilter()
1679 block = cops->tcf_block(q, cl, NULL); in tc_dump_tfilter()
1971 const struct Qdisc_class_ops *cops; in tc_dump_chain() local
1988 cops = q->ops->cl_ops; in tc_dump_chain()
1989 if (!cops) in tc_dump_chain()
1991 if (!cops->tcf_block) in tc_dump_chain()
1994 cl = cops->find(q, tcm->tcm_parent); in tc_dump_chain()
1998 block = cops->tcf_block(q, cl, NULL); in tc_dump_chain()