Searched defs:svc_procedure (Results 1 – 2 of 2) sorted by relevance
50272 struct svc_procedure { struct50273 __be32 (*pc_func)(struct svc_rqst *);50274 int (*pc_decode)(struct svc_rqst *, __be32 *);50275 int (*pc_encode)(struct svc_rqst *, __be32 *);50276 void (*pc_release)(struct svc_rqst *);50277 unsigned int pc_argsize;50278 unsigned int pc_ressize;50279 unsigned int pc_cachetype;50280 unsigned int pc_xdrressize;