Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dctrl.c34 static struct nl_cache_ops genl_ctrl_ops; variable
334 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sk, result); in genl_ctrl_alloc_cache()
357 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search()
391 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search_by_name()
531 static struct nl_cache_ops genl_ctrl_ops = { variable
543 genl_register(&genl_ctrl_ops); in ctrl_init()
548 genl_unregister(&genl_ctrl_ops); in ctrl_exit()