HomeSort by relevance Sort by last modified time
    Searched refs:co_genl (Results 1 - 4 of 4) sorted by null

  /external/libnl/lib/genl/
mngt.c 61 * .co_genl = &my_genl_ops,
102 if (ops->co_genl == NULL)
105 for (i = 0; i < ops->co_genl->o_ncmds; i++) {
106 cmd = &ops->co_genl->o_cmds[i];
186 if (ops->co_genl == NULL) {
191 ops->co_genl->o_cache_ops = ops;
192 ops->co_genl->o_name = ops->co_msgtypes[0].mt_name;
193 ops->co_genl->o_family = ops->co_msgtypes[0].mt_id;
198 nl_list_add_tail(&ops->co_genl->o_list, &genl_ops_list);
212 nl_list_del(&ops->co_genl->o_list)
    [all...]
ctrl.c 286 .co_genl = &genl_ops,
  /external/libnl/include/netlink/
cache-api.h 189 struct genl_ops * co_genl; member in struct:nl_cache_ops
  /external/libnl/src/
nl-list-caches.c 80 if (ops->co_genl) {
81 struct genl_ops *genl_ops = ops->co_genl;

Completed in 67 milliseconds