Searched defs:genl_ops (Results 1 - 3 of 3) sorted by relevance

/external/libnl/src/
H A Dnl-list-caches.c81 struct genl_ops *genl_ops = ops->co_genl; local
87 genl_ops->o_name, genl_ops->o_family, genl_ops->o_id);
89 if (genl_ops->o_ncmds) {
94 for (i = 0; i < genl_ops->o_ncmds; i++) {
95 struct genl_cmd *cmd = &genl_ops->o_cmds[i];
/external/libnl/include/netlink/genl/
H A Dmngt.h66 struct genl_ops struct
/external/libnl/lib/genl/
H A Dctrl.c273 static struct genl_ops genl_ops = { variable in typeref:struct:genl_ops
286 .co_genl = &genl_ops,

Completed in 580 milliseconds