OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:co_next
(Results
1 - 6
of
6
) sorted by null
/external/libnl/lib/route/
class_api.c
44
for (op = &class_ops_list; (o = *op) != NULL; op = &o->
co_next
)
48
cops->
co_next
= NULL;
62
for (op = &class_ops_list; (o = *op) != NULL; op = &o->
co_next
)
69
*op = cops->
co_next
;
78
for (cops = class_ops_list; cops; cops = cops->
co_next
)
cls_api.c
45
for (op = &cls_ops_list; (o = *op) != NULL; op = &o->
co_next
)
49
cops->
co_next
= NULL;
63
for (op = &cls_ops_list; (o = *op) != NULL; op = &o->
co_next
)
70
*op = cops->
co_next
;
79
for (cops = cls_ops_list; cops; cops = cops->
co_next
)
/external/libnl/lib/
cache_mngt.c
41
for (ops = cache_ops; ops; ops = ops->
co_next
)
64
for (ops = cache_ops; ops; ops = ops->
co_next
) {
101
for (ops = cache_ops; ops; ops = ops->
co_next
)
118
for (ops = cache_ops; ops; ops = ops->
co_next
)
139
ops->
co_next
= cache_ops;
162
for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->
co_next
)
171
*tp = t->
co_next
;
/external/libnl/include/netlink/route/
class-modules.h
61
struct rtnl_class_ops *
co_next
;
member in struct:rtnl_class_ops
classifier-modules.h
66
struct rtnl_cls_ops *
co_next
;
member in struct:rtnl_cls_ops
/external/libnl/include/netlink/
cache-api.h
187
struct nl_cache_ops *
co_next
;
member in struct:nl_cache_ops
Completed in 3454 milliseconds