svc_procedureRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: ✅struct svc_procedure {
__be32 (*pc_func)(struct svc_rqst *);
int (*pc_decode)(struct svc_rqst *, __be32 *);
int (*pc_encode)(struct svc_rqst *, __be32 *);
void (*pc_release)(struct svc_rqst *);
unsigned int pc_argsize;
unsigned int pc_ressize;
unsigned int pc_cachetype;
unsigned int pc_xdrressize;
const char *pc_name;
};
5.19: ✅struct svc_procedure {
__be32 (*pc_func)(struct svc_rqst *);
bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *);
bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *);
void (*pc_release)(struct svc_rqst *);
unsigned int pc_argsize;
unsigned int pc_ressize;
unsigned int pc_cachetype;
unsigned int pc_xdrressize;
const char *pc_name;
};
6.2: ✅struct svc_procedure {
__be32 (*pc_func)(struct svc_rqst *);
bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *);
bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *);
void (*pc_release)(struct svc_rqst *);
unsigned int pc_argsize;
unsigned int pc_argzero;
unsigned int pc_ressize;
unsigned int pc_cachetype;
unsigned int pc_xdrressize;
const char *pc_name;
};
6.5: ✅struct svc_procedure {
__be32 (*pc_func)(struct svc_rqst *);
bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *);
bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *);
void (*pc_release)(struct svc_rqst *);
unsigned int pc_argsize;
unsigned int pc_argzero;
unsigned int pc_ressize;
unsigned int pc_cachetype;
unsigned int pc_xdrressize;
const char *pc_name;
};
6.8: ✅struct svc_procedure {
__be32 (*pc_func)(struct svc_rqst *);
bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *);
bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *);
void (*pc_release)(struct svc_rqst *);
unsigned int pc_argsize;
unsigned int pc_argzero;
unsigned int pc_ressize;
unsigned int pc_cachetype;
unsigned int pc_xdrressize;
const char *pc_name;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.15 and 5.19 ⚠️int (*pc_decode)(struct svc_rqst *, __be32 *) ➡️ bool (*pc_decode)(struct svc_rqst *, struct xdr_stream *)
int (*pc_encode)(struct svc_rqst *, __be32 *) ➡️ bool (*pc_encode)(struct svc_rqst *, struct xdr_stream *)
5.19 and 6.2 ⚠️unsigned int pc_argzero
6.2 and 6.5 ✅
6.5 and 6.8 ✅