Lines Matching defs:link_cache
57 struct nl_cache *link_cache;
347 err = rtnl_link_alloc_cache(drv->sk, AF_UNSPEC, &drv->link_cache);
354 drv->parent_ifi = rtnl_link_name2i(drv->link_cache, drv->common.ifname);
371 nl_cache_free(drv->link_cache);
372 drv->link_cache = NULL;
390 if (drv->link_cache)
391 nl_cache_free(drv->link_cache);
392 drv->link_cache = NULL;
1206 nl_cache_refill(drv->sk, drv->link_cache);
1207 link = lookup_sc(drv->link_cache, drv->parent_ifi, sci, cs);