Lines Matching refs:cops
136 const struct Qdisc_class_ops *cops; in tc_ctl_tfilter() local
184 cops = q->ops->cl_ops; in tc_ctl_tfilter()
185 if (!cops) in tc_ctl_tfilter()
188 if (cops->tcf_chain == NULL) in tc_ctl_tfilter()
193 cl = cops->get(q, parent); in tc_ctl_tfilter()
199 chain = cops->tcf_chain(q, cl); in tc_ctl_tfilter()
347 cops->put(q, cl); in tc_ctl_tfilter()
435 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
450 cops = q->ops->cl_ops; in tc_dump_tfilter()
451 if (!cops) in tc_dump_tfilter()
453 if (cops->tcf_chain == NULL) in tc_dump_tfilter()
456 cl = cops->get(q, tcm->tcm_parent); in tc_dump_tfilter()
460 chain = cops->tcf_chain(q, cl); in tc_dump_tfilter()
504 cops->put(q, cl); in tc_dump_tfilter()