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