Home
last modified time | relevance | path

Searched refs:cops (Results 1 – 3 of 3) sorted by relevance

/net/sched/
Dsch_api.c153 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local
155 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() local
342 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() local
817 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
818 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
[all …]
Dcls_api.c1153 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1190 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() local
1234 *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() local
1260 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2765 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2780 cops = q->ops->cl_ops; in tc_dump_tfilter()
[all …]
/net/core/
Drtnetlink.c4602 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local
4643 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()