OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qo_next
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/route/
qdisc_api.c
47
for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->
qo_next
)
51
qops->
qo_next
= NULL;
65
for (op = &qdisc_ops_list; (o = *op) != NULL; op = &o->
qo_next
)
72
*op = qops->
qo_next
;
81
for (qops = qdisc_ops_list; qops; qops = qops->
qo_next
)
/external/libnl/include/netlink/route/
qdisc-modules.h
63
struct rtnl_qdisc_ops *
qo_next
;
member in struct:rtnl_qdisc_ops
Completed in 203 milliseconds