Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dmngt.c33 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd()
48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser()
94 static struct genl_ops *lookup_family(int family) in lookup_family()
96 struct genl_ops *ops; in lookup_family()
106 static struct genl_ops *lookup_family_by_name(const char *name) in lookup_family_by_name()
108 struct genl_ops *ops; in lookup_family_by_name()
120 struct genl_ops *ops; in genl_op2name()
164 int genl_register_family(struct genl_ops *ops) in genl_register_family()
194 int genl_unregister_family(struct genl_ops *ops) in genl_unregister_family()
211 struct genl_ops *ops; in genl_handle_msg()
[all …]
Dctrl.c519 static struct genl_ops genl_ops = { variable
530 .co_genl = &genl_ops,
/external/libnl/src/
Dnl-list-caches.c80 struct genl_ops *genl_ops = ops->co_genl; in print() local
86 genl_ops->o_name, genl_ops->o_hdrsize, genl_ops->o_id); in print()
88 if (genl_ops->o_ncmds) { in print()
93 for (i = 0; i < genl_ops->o_ncmds; i++) { in print()
94 struct genl_cmd *cmd = &genl_ops->o_cmds[i]; in print()
/external/libnl/include/netlink/genl/
Dmngt.h132 struct genl_ops struct
162 extern int genl_register_family(struct genl_ops *); argument
163 extern int genl_unregister_family(struct genl_ops *);
169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
/external/libnl/include/netlink-private/
Dgenl.h20 extern int genl_resolve_id(struct genl_ops *ops);
Dcache-api.h258 struct genl_ops * co_genl;
/external/libnl/tests/
Dtest-genl.c65 static struct genl_ops ops = {