Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dsvc.h456 struct svc_procedure { struct
458 __be32 (*pc_func)(struct svc_rqst *);
460 int (*pc_decode)(struct svc_rqst *, __be32 *data);
462 int (*pc_encode)(struct svc_rqst *, __be32 *data);
464 void (*pc_release)(struct svc_rqst *);
465 unsigned int pc_argsize; /* argument struct size */
466 unsigned int pc_ressize; /* result struct size */
467 unsigned int pc_cachetype; /* cache info (NFS) */
468 unsigned int pc_xdrressize; /* maximum size of XDR reply */
469 const char * pc_name; /* for display */