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

#include <svc.h>

Data Fields

svc_procfunc pc_func
 
kxdrproc_t pc_decode
 
kxdrproc_t pc_encode
 
kxdrproc_t pc_release
 
unsigned int pc_argsize
 
unsigned int pc_ressize
 
unsigned int pc_count
 
unsigned int pc_cachetype
 
unsigned int pc_xdrressize
 

Detailed Description

Definition at line 403 of file svc.h.

Field Documentation

unsigned int pc_argsize

Definition at line 408 of file svc.h.

unsigned int pc_cachetype

Definition at line 411 of file svc.h.

unsigned int pc_count

Definition at line 410 of file svc.h.

kxdrproc_t pc_decode

Definition at line 405 of file svc.h.

kxdrproc_t pc_encode

Definition at line 406 of file svc.h.

svc_procfunc pc_func

Definition at line 404 of file svc.h.

kxdrproc_t pc_release

Definition at line 407 of file svc.h.

unsigned int pc_ressize

Definition at line 409 of file svc.h.

unsigned int pc_xdrressize

Definition at line 412 of file svc.h.


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