HomeSort by relevance Sort by last modified time
    Searched full:qdisc_ops_list (Results 1 - 1 of 1) sorted by null

  /external/libnl/lib/route/
qdisc_api.c 29 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 504 milliseconds