Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dlink.c77 static struct nl_cache_ops rtnl_link_ops; variable
1242 cache = nl_cache_alloc(&rtnl_link_ops); in rtnl_link_alloc_cache_flags()
1309 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get()
1342 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get_by_name()
3219 static struct nl_cache_ops rtnl_link_ops = { variable
3238 nl_cache_mngt_register(&rtnl_link_ops); in link_init()
3243 nl_cache_mngt_unregister(&rtnl_link_ops); in link_exit()