Searched refs:qo_kind (Results 1 – 12 of 12) sorted by relevance
/external/libnl/lib/route/ |
D | qdisc_api.c | 44 if (!qops->qo_kind[0]) in rtnl_qdisc_register() 48 if (!strcasecmp(qops->qo_kind, o->qo_kind)) in rtnl_qdisc_register() 66 if (!strcasecmp(qops->qo_kind, o->qo_kind)) in rtnl_qdisc_unregister() 82 if (!strcmp(kind, qops->qo_kind)) in __rtnl_qdisc_lookup_ops()
|
/external/libnl/lib/route/sch/ |
D | fifo.c | 172 .qo_kind = "pfifo", 180 .qo_kind = "bfifo",
|
D | blackhole.c | 25 .qo_kind = "blackhole",
|
D | prio.c | 293 .qo_kind = "prio", 304 .qo_kind = "pfifo_fast",
|
D | red.c | 192 .qo_kind = "red",
|
D | sfq.c | 269 .qo_kind = "sfq",
|
D | cbq.c | 263 .qo_kind = "cbq",
|
D | dsmark.c | 425 .qo_kind = "dsmark",
|
D | tbf.c | 519 .qo_kind = "tbf",
|
D | htb.c | 516 .qo_kind = "htb",
|
D | netem.c | 921 .qo_kind = "netem",
|
/external/libnl/include/netlink/route/ |
D | qdisc-modules.h | 30 char qo_kind[32]; member
|