Home
last modified time | relevance | path

Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dsvc.h413 struct svc_procedure { struct
414 svc_procfunc pc_func; /* process the request */
415 kxdrproc_t pc_decode; /* XDR decode args */
416 kxdrproc_t pc_encode; /* XDR encode result */
417 kxdrproc_t pc_release; /* XDR free result */
418 unsigned int pc_argsize; /* argument struct size */
419 unsigned int pc_ressize; /* result struct size */
420 unsigned int pc_count; /* call count */
421 unsigned int pc_cachetype; /* cache info (NFS) */
422 unsigned int pc_xdrressize; /* maximum size of XDR reply */