Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache.c183 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() function
239 if (!(cache = nl_cache_alloc(ops))) in nl_cache_alloc_and_fill()
273 cache = nl_cache_alloc(ops); in nl_cache_alloc_name()
306 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
343 clone = nl_cache_alloc(ops); in nl_cache_clone()
Dcache_mngr.c332 cache = nl_cache_alloc(ops); in nl_cache_mngr_add()
/external/libnl/include/netlink/
Dcache.h55 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
/external/libnl/lib/route/
Droute.c86 if (!(cache = nl_cache_alloc(&rtnl_route_ops))) in rtnl_route_alloc_cache()
Dcls.c332 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()
Dclass.c323 if (!(cache = nl_cache_alloc(&rtnl_class_ops))) in rtnl_class_alloc_cache()
Drule.c337 if (!(cache = nl_cache_alloc(&rtnl_rule_ops))) in rtnl_rule_alloc_cache()
Dlink.c1023 cache = nl_cache_alloc(&rtnl_link_ops); in rtnl_link_alloc_cache()
/external/libnl/lib/fib_lookup/
Dlookup.c182 return nl_cache_alloc(&fib_lookup_ops); in flnl_result_alloc_cache()
/external/libnl/lib/idiag/
Didiag_msg_obj.c112 if (!(cache = nl_cache_alloc(&idiagnl_msg_ops))) in idiagnl_msg_alloc_cache()
/external/libnl/python/netlink/
Dcapi.i345 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);