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

/external/libnl/include/netlink/
H A Dcache.h55 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
/external/libnl/lib/
H A Dcache.c183 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) function
225 * cache = nl_cache_alloc(ops);
229 * @see nl_cache_alloc
239 if (!(cache = nl_cache_alloc(ops)))
257 * by calling nl_cache_alloc(). Stores the allocated cache in the
260 * @see nl_cache_alloc
273 cache = nl_cache_alloc(ops);
306 cache = nl_cache_alloc(orig->c_ops);
343 clone = nl_cache_alloc(ops);
H A Dcache_mngr.c332 cache = nl_cache_alloc(ops);
/external/libnl/lib/route/
H A Droute.c86 if (!(cache = nl_cache_alloc(&rtnl_route_ops)))
H A Dclass.c323 if (!(cache = nl_cache_alloc(&rtnl_class_ops)))
H A Dcls.c332 if (!(cache = nl_cache_alloc(&rtnl_cls_ops)))
H A Drule.c337 if (!(cache = nl_cache_alloc(&rtnl_rule_ops)))
H A Dlink.c1023 cache = nl_cache_alloc(&rtnl_link_ops);
/external/libnl/lib/fib_lookup/
H A Dlookup.c182 return nl_cache_alloc(&fib_lookup_ops);
/external/libnl/lib/idiag/
H A Didiag_msg_obj.c112 if (!(cache = nl_cache_alloc(&idiagnl_msg_ops)))
/external/libnl/python/netlink/
H A Dcapi.i345 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);

Completed in 703 milliseconds