Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsvc.h418 struct svc_procedure { struct
419 svc_procfunc pc_func; /* process the request */
420 kxdrproc_t pc_decode; /* XDR decode args */
421 kxdrproc_t pc_encode; /* XDR encode result */
422 kxdrproc_t pc_release; /* XDR free result */
423 unsigned int pc_argsize; /* argument struct size */
424 unsigned int pc_ressize; /* result struct size */
425 unsigned int pc_count; /* call count */
426 unsigned int pc_cachetype; /* cache info (NFS) */
427 unsigned int pc_xdrressize; /* maximum size of XDR reply */