Searched refs:cops (Results 1 – 3 of 3) sorted by relevance
153 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local155 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc()158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()340 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local342 if (cops == NULL) in qdisc_leaf()344 cl = cops->find(p, classid); in qdisc_leaf()348 return cops->leaf(p, cl); in qdisc_leaf()784 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local817 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()818 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()[all …]
1153 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local1190 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()1191 if (!cops) { in __tcf_qdisc_find()1197 if (!cops->tcf_block) { in __tcf_qdisc_find()1232 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local1234 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()1258 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local1260 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()2765 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local2780 cops = q->ops->cl_ops; in tc_dump_tfilter()[all …]
4602 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local4643 cops = br_dev->netdev_ops; in rtnl_fdb_dump()4653 cops = ops; in rtnl_fdb_dump()4660 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()4661 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()4679 cops = NULL; in rtnl_fdb_dump()