Searched defs:svc_version (Results 1 – 3 of 3) sorted by relevance
440 struct svc_version { struct441 u32 vs_vers; /* version number */442 u32 vs_nproc; /* number of procedures */443 const struct svc_procedure *vs_proc; /* per-procedure info */444 unsigned int *vs_count; /* call counts */445 u32 vs_xdrsize; /* xdrsize needed for this version */448 bool vs_hidden;451 bool vs_rpcb_optnl;454 bool vs_need_cong_ctrl;457 int (*vs_dispatch)(struct svc_rqst *, __be32 *);
61 struct avcs_cmdrsp_get_version *svc_version; member
526 __u32 svc_version; member