Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance
45077 struct svc_procedure { struct45078 __be32 (*pc_func)(struct svc_rqst *);45079 bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *);45080 bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *);45081 void (*pc_release)(struct svc_rqst *);45082 unsigned int pc_argsize;45083 unsigned int pc_ressize;45084 unsigned int pc_cachetype;45085 unsigned int pc_xdrressize;45086 const char *pc_name;