Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dlink.c65 static struct nl_cache_ops rtnl_link_ops; variable
1023 cache = nl_cache_alloc(&rtnl_link_ops); in rtnl_link_alloc_cache()
1057 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get()
1090 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get_by_name()
2738 static struct nl_cache_ops rtnl_link_ops = { variable
2757 nl_cache_mngt_register(&rtnl_link_ops); in link_init()
2762 nl_cache_mngt_unregister(&rtnl_link_ops); in link_exit()