Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
o2net_msg_handler Struct Reference

#include <tcp_internal.h>

Data Fields

struct rb_node nh_node
 
u32 nh_max_len
 
u32 nh_msg_type
 
u32 nh_key
 
o2net_msg_handler_funcnh_func
 
o2net_msg_handler_funcnh_func_data
 
o2net_post_msg_handler_funcnh_post_func
 
struct kref nh_kref
 
struct list_head nh_unregister_item
 

Detailed Description

Definition at line 193 of file tcp_internal.h.

Field Documentation

Definition at line 198 of file tcp_internal.h.

o2net_msg_handler_func* nh_func_data

Definition at line 199 of file tcp_internal.h.

u32 nh_key

Definition at line 197 of file tcp_internal.h.

struct kref nh_kref

Definition at line 202 of file tcp_internal.h.

u32 nh_max_len

Definition at line 195 of file tcp_internal.h.

u32 nh_msg_type

Definition at line 196 of file tcp_internal.h.

struct rb_node nh_node

Definition at line 194 of file tcp_internal.h.

Definition at line 201 of file tcp_internal.h.

struct list_head nh_unregister_item

Definition at line 203 of file tcp_internal.h.


The documentation for this struct was generated from the following file: