HomeSort by relevance Sort by last modified time
    Searched refs:qo_get_opts (Results 1 - 11 of 11) sorted by null

  /external/libnl/include/netlink/route/
qdisc-modules.h 41 struct nl_msg *(*qo_get_opts)(struct rtnl_qdisc *); member in struct:rtnl_qdisc_ops
  /external/libnl/lib/route/sch/
fifo.c 176 .qo_get_opts = fifo_get_opts,
184 .qo_get_opts = fifo_get_opts,
prio.c 300 .qo_get_opts = prio_get_opts,
311 .qo_get_opts = prio_get_opts,
red.c 199 .qo_get_opts = red_get_opts,
sfq.c 276 .qo_get_opts = sfq_get_opts,
dsmark.c 431 .qo_get_opts = dsmark_qdisc_get_opts,
htb.c 520 .qo_get_opts = htb_qdisc_get_opts,
tbf.c 526 .qo_get_opts = tbf_get_opts,
netem.c 925 .qo_get_opts = 0,
  /external/libnl/lib/route/
qdisc.c 158 if (qops && qops->qo_get_opts) {
161 opts = qops->qo_get_opts(qdisc);
qdisc_obj.c 248 if (ops && ops->qo_get_opts)
249 return ops->qo_get_opts(qdisc);

Completed in 2846 milliseconds