Searched defs:nl_cache_alloc (Results 1 - 1 of 1) sorted by last modified time

/external/libnl/lib/
H A Dcache.c173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) function
195 if (!(cache = nl_cache_alloc(ops)))
221 if (!(cache = nl_cache_alloc(ops)))
244 cache = nl_cache_alloc(orig->c_ops);

Completed in 75 milliseconds