OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qo_kind
(Results
1 - 12
of
12
) sorted by null
/external/libnl/lib/route/
qdisc_api.c
44
if (!qops->
qo_kind
[0])
48
if (!strcasecmp(qops->
qo_kind
, o->
qo_kind
))
66
if (!strcasecmp(qops->
qo_kind
, o->
qo_kind
))
82
if (!strcmp(kind, qops->
qo_kind
))
/external/libnl/lib/route/sch/
blackhole.c
25
.
qo_kind
= "blackhole",
fifo.c
172
.
qo_kind
= "pfifo",
180
.
qo_kind
= "bfifo",
prio.c
293
.
qo_kind
= "prio",
304
.
qo_kind
= "pfifo_fast",
red.c
192
.
qo_kind
= "red",
sfq.c
269
.
qo_kind
= "sfq",
cbq.c
263
.
qo_kind
= "cbq",
dsmark.c
425
.
qo_kind
= "dsmark",
htb.c
516
.
qo_kind
= "htb",
tbf.c
519
.
qo_kind
= "tbf",
netem.c
921
.
qo_kind
= "netem",
/external/libnl/include/netlink/route/
qdisc-modules.h
30
char
qo_kind
[32];
member in struct:rtnl_qdisc_ops
Completed in 36 milliseconds