Searched refs:nl_cache_alloc (Results 1 – 8 of 8) sorted by relevance
173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() function195 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()
251 cache = nl_cache_alloc(ops); in nl_cache_mngr_add()
39 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
81 if (!(cache = nl_cache_alloc(&rtnl_route_ops))) in rtnl_route_alloc_cache()
238 cache = nl_cache_alloc(&rtnl_class_ops); in rtnl_class_alloc_cache()
299 if (!(cache = nl_cache_alloc(&rtnl_cls_ops))) in rtnl_cls_alloc_cache()
365 if (!(cache = nl_cache_alloc(&rtnl_rule_ops))) in rtnl_rule_alloc_cache()
181 return nl_cache_alloc(&fib_lookup_ops); in flnl_result_alloc_cache()