Searched refs:genl_ops (Results 1 – 5 of 5) sorted by relevance
81 struct genl_ops *genl_ops = ops->co_genl; in print() local87 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()
141 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()
273 static struct genl_ops genl_ops = { variable286 .co_genl = &genl_ops,
66 struct genl_ops struct
189 struct genl_ops * co_genl;