Searched refs:cops (Results 1 – 3 of 3) sorted by relevance
150 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local152 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() local336 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() local789 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()790 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()[all …]
636 const struct Qdisc_class_ops *cops; in tc_dev_block() local654 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() local1101 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 …]
4028 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local4069 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()