Searched refs:qo_next (Results 1 – 2 of 2) sorted by relevance
47 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next) in rtnl_qdisc_register()51 qops->qo_next = NULL; in rtnl_qdisc_register()65 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next) in rtnl_qdisc_unregister()72 *op = qops->qo_next; in rtnl_qdisc_unregister()81 for (qops = qdisc_ops_list; qops; qops = qops->qo_next) in __rtnl_qdisc_lookup_ops()
63 struct rtnl_qdisc_ops *qo_next; member