Searched refs:genl_ops (Results 1 – 7 of 7) sorted by relevance
36 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd()51 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser()101 static struct genl_ops *lookup_family(int family) in lookup_family()103 struct genl_ops *ops; in lookup_family()113 static struct genl_ops *lookup_family_by_name(const char *name) in lookup_family_by_name()115 struct genl_ops *ops; in lookup_family_by_name()127 struct genl_ops *ops; in genl_op2name()171 int genl_register_family(struct genl_ops *ops) in genl_register_family()201 int genl_unregister_family(struct genl_ops *ops) in genl_unregister_family()218 struct genl_ops *ops; in genl_handle_msg()[all …]
520 static struct genl_ops genl_ops = { variable531 .co_genl = &genl_ops,
81 struct genl_ops *genl_ops = ops->co_genl; in print() local87 genl_ops->o_name, genl_ops->o_hdrsize, 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()
132 struct genl_ops struct162 extern int genl_register_family(struct genl_ops *); argument163 extern int genl_unregister_family(struct genl_ops *);169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
20 extern int genl_resolve_id(struct genl_ops *ops);
259 struct genl_ops * co_genl;
67 static struct genl_ops ops = {