Searched refs:co_next (Results 1 - 6 of 6) sorted by relevance

/external/libnl/lib/route/
H A Dclass_api.c44 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)
H A Dcls_api.c45 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/
H A Dcache_mngt.c41 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/
H A Dclass-modules.h61 struct rtnl_class_ops *co_next; member in struct:rtnl_class_ops
H A Dclassifier-modules.h66 struct rtnl_cls_ops *co_next; member in struct:rtnl_cls_ops
/external/libnl/include/netlink/
H A Dcache-api.h187 struct nl_cache_ops *co_next; member in struct:nl_cache_ops

Completed in 1667 milliseconds