Searched defs:svc_version (Results 1 – 3 of 3) sorted by relevance
425 struct svc_version { struct426 u32 vs_vers; /* version number */427 u32 vs_nproc; /* number of procedures */428 const struct svc_procedure *vs_proc; /* per-procedure info */429 unsigned int *vs_count; /* call counts */430 u32 vs_xdrsize; /* xdrsize needed for this version */433 bool vs_hidden;436 bool vs_rpcb_optnl;439 bool vs_need_cong_ctrl;445 int (*vs_dispatch)(struct svc_rqst *, __be32 *);
61 struct avcs_cmdrsp_get_version *svc_version; member
519 __u32 svc_version; member