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

  /external/libnl/include/netlink/
cache.h 39 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
  /external/libnl/lib/
cache.c 173 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);
cache_mngr.c 251 cache = nl_cache_alloc(ops);
  /external/libnl/lib/route/
class.c 238 cache = nl_cache_alloc(&rtnl_class_ops);
route.c 81 if (!(cache = nl_cache_alloc(&rtnl_route_ops)))
cls.c 299 if (!(cache = nl_cache_alloc(&rtnl_cls_ops)))
rule.c 365 if (!(cache = nl_cache_alloc(&rtnl_rule_ops)))
  /external/libnl/lib/fib_lookup/
lookup.c 181 return nl_cache_alloc(&fib_lookup_ops);

Completed in 190 milliseconds