Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache.c178 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() function
234 if (!(cache = nl_cache_alloc(ops))) in nl_cache_alloc_and_fill()
268 cache = nl_cache_alloc(ops); in nl_cache_alloc_name()
301 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
338 clone = nl_cache_alloc(ops); in nl_cache_clone()
Dcache_mngr.c436 cache = nl_cache_alloc(ops); in nl_cache_mngr_add()
/external/libnl/include/netlink/
Dcache.h51 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.c317 if (!(cache = nl_cache_alloc(&rtnl_class_ops))) in rtnl_class_alloc_cache()
Dcls.c327 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()
Dmdb.c325 cache = nl_cache_alloc(&rtnl_mdb_ops); in rtnl_mdb_alloc_cache_flags()
Dneigh.c612 cache = nl_cache_alloc(&rtnl_neigh_ops); in rtnl_neigh_alloc_cache_flags()
Drule.c405 if (!(cache = nl_cache_alloc(&rtnl_rule_ops))) in rtnl_rule_alloc_cache()
Dlink.c1242 cache = nl_cache_alloc(&rtnl_link_ops); in rtnl_link_alloc_cache_flags()
/external/libnl/lib/fib_lookup/
Dlookup.c179 return nl_cache_alloc(&fib_lookup_ops); in flnl_result_alloc_cache()
/external/libnl/
Dlibnl-3.sym53 nl_cache_alloc;
/external/libnl/python/netlink/
Dcapi.i350 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
/external/libnl/lib/idiag/
Didiag_msg_obj.c145 if (!(cache = nl_cache_alloc(&idiagnl_msg_ops))) in idiagnl_msg_alloc_cache()