Home
last modified time | relevance | path

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

/linux-6.8/include/linux/sunrpc/
Dsvc.h380 struct svc_procedure { struct
382 __be32 (*pc_func)(struct svc_rqst *);
384 bool (*pc_decode)(struct svc_rqst *rqstp,
387 bool (*pc_encode)(struct svc_rqst *rqstp,
390 void (*pc_release)(struct svc_rqst *);
391 unsigned int pc_argsize; /* argument struct size */
392 unsigned int pc_argzero; /* how much of argument to clear */
393 unsigned int pc_ressize; /* result struct size */
394 unsigned int pc_cachetype; /* cache info (NFS) */
395 unsigned int pc_xdrressize; /* maximum size of XDR reply */
[all …]