Home
last modified time | relevance | path

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

/net/sched/
Dsch_api.c150 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local
152 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc()
155 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
334 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local
336 if (cops == NULL) in qdisc_leaf()
338 cl = cops->find(p, classid); in qdisc_leaf()
342 return cops->leaf(p, cl); in qdisc_leaf()
756 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local
789 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
790 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
[all …]
Dcls_api.c636 const struct Qdisc_class_ops *cops; in tc_dev_block() local
654 cops = ops->cl_ops; in tc_dev_block()
655 if (!cops) in tc_dev_block()
658 if (!cops->tcf_block) in tc_dev_block()
661 return cops->tcf_block(qdisc, in tc_dev_block()
1064 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1101 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1102 if (!cops) { in __tcf_qdisc_find()
1108 if (!cops->tcf_block) { in __tcf_qdisc_find()
1143 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
[all …]
/net/core/
Drtnetlink.c4028 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local
4069 cops = br_dev->netdev_ops; in rtnl_fdb_dump()
4079 cops = ops; in rtnl_fdb_dump()
4086 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
4087 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
4105 cops = NULL; in rtnl_fdb_dump()