HomeSort by relevance Sort by last modified time
    Searched refs:co_next (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/
cache_mngt.c 45 for (ops = cache_ops; ops; ops = ops->co_next)
116 for (ops = cache_ops; ops; ops = ops->co_next) {
205 for (ops = cache_ops; ops; ops = ops->co_next)
223 for (ops = cache_ops; ops; ops = ops->co_next)
264 ops->co_next = cache_ops;
296 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next)
307 *tp = t->co_next;
  /external/libnl/include/netlink-private/
cache-api.h 255 struct nl_cache_ops *co_next; member in struct:nl_cache_ops

Completed in 76 milliseconds