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

#include <tcp_internal.h>

Data Fields

struct kref sc_kref
 
struct socketsc_sock
 
struct o2nm_nodesc_node
 
struct work_struct sc_rx_work
 
struct work_struct sc_connect_work
 
struct work_struct sc_shutdown_work
 
struct timer_list sc_idle_timeout
 
struct delayed_work sc_keepalive_work
 
unsigned sc_handshake_ok:1
 
struct pagesc_page
 
size_t sc_page_off
 
void(* sc_state_change )(struct sock *sk)
 
void(* sc_data_ready )(struct sock *sk, int bytes)
 
u32 sc_msg_key
 
u16 sc_msg_type
 
struct mutex sc_send_lock
 

Detailed Description

Definition at line 130 of file tcp_internal.h.

Field Documentation

struct work_struct sc_connect_work

Definition at line 143 of file tcp_internal.h.

void(* sc_data_ready)(struct sock *sk, int bytes)

Definition at line 168 of file tcp_internal.h.

unsigned sc_handshake_ok

Definition at line 161 of file tcp_internal.h.

struct timer_list sc_idle_timeout

Definition at line 158 of file tcp_internal.h.

struct delayed_work sc_keepalive_work

Definition at line 159 of file tcp_internal.h.

struct kref sc_kref

Definition at line 131 of file tcp_internal.h.

u32 sc_msg_key

Definition at line 170 of file tcp_internal.h.

u16 sc_msg_type

Definition at line 171 of file tcp_internal.h.

struct o2nm_node* sc_node

Definition at line 134 of file tcp_internal.h.

struct page* sc_page

Definition at line 163 of file tcp_internal.h.

size_t sc_page_off

Definition at line 164 of file tcp_internal.h.

struct work_struct sc_rx_work

Definition at line 142 of file tcp_internal.h.

struct mutex sc_send_lock

Definition at line 190 of file tcp_internal.h.

struct work_struct sc_shutdown_work

Definition at line 156 of file tcp_internal.h.

struct socket* sc_sock

Definition at line 133 of file tcp_internal.h.

void(* sc_state_change)(struct sock *sk)

Definition at line 167 of file tcp_internal.h.


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