Home
last modified time | relevance | path

Searched refs:qo_get_opts (Results 1 – 11 of 11) sorted by relevance

/external/libnl/lib/route/sch/
Dfifo.c176 .qo_get_opts = fifo_get_opts,
184 .qo_get_opts = fifo_get_opts,
Dprio.c300 .qo_get_opts = prio_get_opts,
311 .qo_get_opts = prio_get_opts,
Dred.c199 .qo_get_opts = red_get_opts,
Dsfq.c276 .qo_get_opts = sfq_get_opts,
Ddsmark.c431 .qo_get_opts = dsmark_qdisc_get_opts,
Dtbf.c526 .qo_get_opts = tbf_get_opts,
Dhtb.c520 .qo_get_opts = htb_qdisc_get_opts,
Dnetem.c925 .qo_get_opts = 0,
/external/libnl/include/netlink/route/
Dqdisc-modules.h41 struct nl_msg *(*qo_get_opts)(struct rtnl_qdisc *); member
/external/libnl/lib/route/
Dqdisc_obj.c248 if (ops && ops->qo_get_opts) in rtnl_qdisc_get_opts()
249 return ops->qo_get_opts(qdisc); in rtnl_qdisc_get_opts()
Dqdisc.c158 if (qops && qops->qo_get_opts) { in qdisc_build()
161 opts = qops->qo_get_opts(qdisc); in qdisc_build()