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

#include <tcp_internal.h>

Data Fields

spinlock_t nn_lock
 
struct o2net_sock_containernn_sc
 
unsigned nn_sc_valid:1
 
int nn_persistent_error
 
atomic_t nn_timeout
 
wait_queue_head_t nn_sc_wq
 
struct idr nn_status_idr
 
struct list_head nn_status_list
 
struct delayed_work nn_connect_work
 
unsigned long nn_last_connect_attempt
 
struct delayed_work nn_connect_expired
 
struct delayed_work nn_still_up
 

Detailed Description

Definition at line 88 of file tcp_internal.h.

Field Documentation

struct delayed_work nn_connect_expired

Definition at line 122 of file tcp_internal.h.

struct delayed_work nn_connect_work

Definition at line 116 of file tcp_internal.h.

unsigned long nn_last_connect_attempt

Definition at line 117 of file tcp_internal.h.

spinlock_t nn_lock

Definition at line 90 of file tcp_internal.h.

int nn_persistent_error

Definition at line 97 of file tcp_internal.h.

Definition at line 93 of file tcp_internal.h.

unsigned nn_sc_valid

Definition at line 95 of file tcp_internal.h.

Definition at line 104 of file tcp_internal.h.

struct idr nn_status_idr

Definition at line 106 of file tcp_internal.h.

struct list_head nn_status_list

Definition at line 107 of file tcp_internal.h.

struct delayed_work nn_still_up

Definition at line 127 of file tcp_internal.h.

atomic_t nn_timeout

Definition at line 99 of file tcp_internal.h.


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