Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache.c184 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() function
240 if (!(cache = nl_cache_alloc(ops))) in nl_cache_alloc_and_fill()
274 cache = nl_cache_alloc(ops); in nl_cache_alloc_name()
307 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
344 clone = nl_cache_alloc(ops); in nl_cache_clone()
Dcache_mngr.c464 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.c86 if (!(cache = nl_cache_alloc(&rtnl_route_ops))) in rtnl_route_alloc_cache()
Dclass.c323 if (!(cache = nl_cache_alloc(&rtnl_class_ops))) in rtnl_class_alloc_cache()
Dcls.c337 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()
Dmdb.c350 cache = nl_cache_alloc(&rtnl_mdb_ops); in rtnl_mdb_alloc_cache_flags()
Dnh.c498 cache = nl_cache_alloc(&rtnl_nh_ops); in rtnl_nh_alloc_cache_flags()
Dneigh.c650 cache = nl_cache_alloc(&rtnl_neigh_ops); in rtnl_neigh_alloc_cache_flags()
Drule.c432 if (!(cache = nl_cache_alloc(&rtnl_rule_ops))) in rtnl_rule_alloc_cache()
Dlink.c1252 cache = nl_cache_alloc(&rtnl_link_ops); in rtnl_link_alloc_cache_flags()
/external/libnl/lib/fib_lookup/
Dlookup.c196 return nl_cache_alloc(&fib_lookup_ops); in flnl_result_alloc_cache()
/external/libnl/
Dlibnl-3.sym59 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.c180 if (!(cache = nl_cache_alloc(&idiagnl_msg_ops))) in idiagnl_msg_alloc_cache()