Home
last modified time | relevance | path

Searched refs:nl_cache_alloc (Results 1 – 8 of 8) sorted by relevance

/external/libnl/lib/
Dcache.c173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() function
195 if (!(cache = nl_cache_alloc(ops))) in nl_cache_alloc_and_fill()
221 if (!(cache = nl_cache_alloc(ops))) in nl_cache_alloc_name()
244 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
Dcache_mngr.c251 cache = nl_cache_alloc(ops); in nl_cache_mngr_add()
/external/libnl/include/netlink/
Dcache.h39 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
/external/libnl/lib/route/
Droute.c81 if (!(cache = nl_cache_alloc(&rtnl_route_ops))) in rtnl_route_alloc_cache()
Dclass.c238 cache = nl_cache_alloc(&rtnl_class_ops); in rtnl_class_alloc_cache()
Dcls.c299 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()
Drule.c365 if (!(cache = nl_cache_alloc(&rtnl_rule_ops))) in rtnl_rule_alloc_cache()
/external/libnl/lib/fib_lookup/
Dlookup.c181 return nl_cache_alloc(&fib_lookup_ops); in flnl_result_alloc_cache()