Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dctrl.c35 static struct nl_cache_ops genl_ctrl_ops; variable
335 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
358 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search()
392 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search_by_name()
526 static struct nl_cache_ops genl_ctrl_ops = { variable
538 genl_register(&genl_ctrl_ops); in ctrl_init()
543 genl_unregister(&genl_ctrl_ops); in ctrl_exit()