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

#include <svcsock.h>

Data Fields

struct svc_xprt sk_xprt
 
struct socketsk_sock
 
struct socksk_sk
 
void(* sk_ostate )(struct sock *)
 
void(* sk_odata )(struct sock *, int bytes)
 
void(* sk_owspace )(struct sock *)
 
u32 sk_reclen
 
u32 sk_tcplen
 
struct pagesk_pages [RPCSVC_MAXPAGES]
 

Detailed Description

Definition at line 18 of file svcsock.h.

Field Documentation

void(* sk_odata)(struct sock *, int bytes)

Definition at line 25 of file svcsock.h.

void(* sk_ostate)(struct sock *)

Definition at line 24 of file svcsock.h.

void(* sk_owspace)(struct sock *)

Definition at line 26 of file svcsock.h.

Definition at line 31 of file svcsock.h.

u32 sk_reclen

Definition at line 29 of file svcsock.h.

struct sock* sk_sk

Definition at line 21 of file svcsock.h.

struct socket* sk_sock

Definition at line 20 of file svcsock.h.

u32 sk_tcplen

Definition at line 30 of file svcsock.h.

struct svc_xprt sk_xprt

Definition at line 19 of file svcsock.h.


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