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

Data Fields

struct rpc_xprt xprt
 
struct socketsock
 
struct sockinet
 
__be32 tcp_fraghdr
 
__be32 tcp_xid
 
__be32 tcp_calldir
 
u32 tcp_offset
 
u32 tcp_reclen
 
unsigned long tcp_copied
 
unsigned long tcp_flags
 
struct delayed_work connect_worker
 
struct sockaddr_storage srcaddr
 
unsigned short srcport
 
size_t rcvsize
 
size_t sndsize
 
void(* old_data_ready )(struct sock *, int)
 
void(* old_state_change )(struct sock *)
 
void(* old_write_space )(struct sock *)
 

Detailed Description

Definition at line 216 of file xprtsock.c.

Field Documentation

struct delayed_work connect_worker

Definition at line 241 of file xprtsock.c.

struct sock* inet

Definition at line 223 of file xprtsock.c.

void(* old_data_ready)(struct sock *, int)

Definition at line 254 of file xprtsock.c.

void(* old_state_change)(struct sock *)

Definition at line 255 of file xprtsock.c.

void(* old_write_space)(struct sock *)

Definition at line 256 of file xprtsock.c.

size_t rcvsize

Definition at line 248 of file xprtsock.c.

size_t sndsize

Definition at line 248 of file xprtsock.c.

Definition at line 222 of file xprtsock.c.

Definition at line 242 of file xprtsock.c.

unsigned short srcport

Definition at line 243 of file xprtsock.c.

__be32 tcp_calldir

Definition at line 228 of file xprtsock.c.

unsigned long tcp_copied

Definition at line 235 of file xprtsock.c.

unsigned long tcp_flags

Definition at line 235 of file xprtsock.c.

__be32 tcp_fraghdr

Definition at line 228 of file xprtsock.c.

u32 tcp_offset

Definition at line 232 of file xprtsock.c.

u32 tcp_reclen

Definition at line 232 of file xprtsock.c.

__be32 tcp_xid

Definition at line 228 of file xprtsock.c.

struct rpc_xprt xprt

Definition at line 217 of file xprtsock.c.


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