Searched refs:qdisc_ops_list (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/route/
H A Dqdisc_api.c29 static struct rtnl_qdisc_ops *qdisc_ops_list; variable in typeref:struct:rtnl_qdisc_ops
47 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next)
65 for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->qo_next)
81 for (qops = qdisc_ops_list; qops; qops = qops->qo_next)

Completed in 87 milliseconds