Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dctrl.c31 static struct nl_cache_ops genl_ctrl_ops; variable
143 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sock, result); in genl_ctrl_alloc_cache()
162 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search()
197 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search_by_name()
282 static struct nl_cache_ops genl_ctrl_ops = { variable
294 genl_register(&genl_ctrl_ops); in ctrl_init()
299 genl_unregister(&genl_ctrl_ops); in ctrl_exit()