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

/external/libnl/lib/route/
H A Dlink.c65 static struct nl_cache_ops rtnl_link_ops; variable in typeref:struct:nl_cache_ops
1023 cache = nl_cache_alloc(&rtnl_link_ops);
1057 if (cache->c_ops != &rtnl_link_ops)
1090 if (cache->c_ops != &rtnl_link_ops)
2738 static struct nl_cache_ops rtnl_link_ops = { variable in typeref:struct:nl_cache_ops
2757 nl_cache_mngt_register(&rtnl_link_ops);
2762 nl_cache_mngt_unregister(&rtnl_link_ops);

Completed in 93 milliseconds