Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
r2net_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
 
r2net_msg_handler_funcnh_func
 
r2net_msg_handler_funcnh_func_data
 
r2net_post_msg_handler_funcnh_post_func
 
struct kref nh_kref
 
struct list_head nh_unregister_item
 

Detailed Description

Definition at line 199 of file tcp_internal.h.

Field Documentation

Definition at line 204 of file tcp_internal.h.

r2net_msg_handler_func* nh_func_data

Definition at line 205 of file tcp_internal.h.

u32 nh_key

Definition at line 203 of file tcp_internal.h.

struct kref nh_kref

Definition at line 208 of file tcp_internal.h.

u32 nh_max_len

Definition at line 201 of file tcp_internal.h.

u32 nh_msg_type

Definition at line 202 of file tcp_internal.h.

struct rb_node nh_node

Definition at line 200 of file tcp_internal.h.

Definition at line 207 of file tcp_internal.h.

struct list_head nh_unregister_item

Definition at line 209 of file tcp_internal.h.


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