o2net_msg_handler
struct o2net_msg_handler *nmh = NULL;
static int o2net_handler_cmp(struct o2net_msg_handler *nmh, u32 msg_type,
static struct o2net_msg_handler *
struct o2net_msg_handler *nmh, *ret = NULL;
nmh = rb_entry(parent, struct o2net_msg_handler, nh_node);
struct o2net_msg_handler *nmh;
nmh = container_of(kref, struct o2net_msg_handler, nh_kref);
static void o2net_handler_put(struct o2net_msg_handler *nmh)
struct o2net_msg_handler *nmh = NULL;
nmh = kzalloc_obj(struct o2net_msg_handler, GFP_NOFS);
struct o2net_msg_handler *nmh, *n;
static struct o2net_msg_handler *o2net_handler_get(u32 msg_type, u32 key)
struct o2net_msg_handler *nmh;