Searched defs:svc_version (Results 1 – 3 of 3) sorted by relevance
389 struct svc_version { struct390 u32 vs_vers; /* version number */391 u32 vs_nproc; /* number of procedures */392 const struct svc_procedure *vs_proc; /* per-procedure info */393 unsigned long __percpu *vs_count; /* call counts */394 u32 vs_xdrsize; /* xdrsize needed for this version */397 bool vs_hidden;400 bool vs_rpcb_optnl;403 bool vs_need_cong_ctrl;406 int (*vs_dispatch)(struct svc_rqst *rqstp);
61 struct avcs_cmdrsp_get_version *svc_version; member
540 __u32 svc_version; member