Lines Matching refs:genl_ops
33 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()
291 static int __genl_ops_resolve(struct nl_cache *ctrl, struct genl_ops *ops) in __genl_ops_resolve()
310 int genl_resolve_id(struct genl_ops *ops) in genl_resolve_id()
351 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve()
382 struct genl_ops *ops; in genl_mngt_resolve()