Home
last modified time | relevance | path

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

/external/libnl/src/
Dnl-list-caches.c81 struct genl_ops *genl_ops = ops->co_genl; in print() local
87 genl_ops->o_name, genl_ops->o_family, genl_ops->o_id); in print()
89 if (genl_ops->o_ncmds) { in print()
94 for (i = 0; i < genl_ops->o_ncmds; i++) { in print()
95 struct genl_cmd *cmd = &genl_ops->o_cmds[i]; in print()
/external/libnl/lib/genl/
Dmngt.c141 struct genl_ops *ops; in genl_op2name()
222 static int __genl_ops_resolve(struct nl_cache *ctrl, struct genl_ops *ops) in __genl_ops_resolve()
237 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve()
255 struct genl_ops *ops; in genl_mngt_resolve()
Dctrl.c273 static struct genl_ops genl_ops = { variable
286 .co_genl = &genl_ops,
/external/libnl/include/netlink/genl/
Dmngt.h66 struct genl_ops struct
/external/libnl/include/netlink/
Dcache-api.h189 struct genl_ops * co_genl;