Home
last modified time | relevance | path

Searched defs:svc_version (Results 1 – 2 of 2) sorted by relevance

/include/linux/sunrpc/
Dsvc.h423 struct svc_version { struct
424 u32 vs_vers; /* version number */
425 u32 vs_nproc; /* number of procedures */
426 const struct svc_procedure *vs_proc; /* per-procedure info */
427 unsigned int *vs_count; /* call counts */
428 u32 vs_xdrsize; /* xdrsize needed for this version */
431 bool vs_hidden;
434 bool vs_rpcb_optnl;
437 bool vs_need_cong_ctrl;
443 int (*vs_dispatch)(struct svc_rqst *, __be32 *);
/include/linux/
Dmod_devicetable.h517 __u32 svc_version; member