Searched defs:svc_rqst (Results 1 – 4 of 4) sorted by relevance
224 struct svc_rqst { struct225 struct list_head rq_list; /* idle list */226 struct list_head rq_all; /* all threads list */227 struct svc_xprt * rq_xprt; /* transport ptr */228 struct sockaddr_storage rq_addr; /* peer address */229 size_t rq_addrlen;231 struct svc_serv * rq_server; /* RPC service definition */232 struct svc_pool * rq_pool; /* thread pool */233 struct svc_procedure * rq_procinfo; /* procedure info */234 struct auth_ops * rq_authop; /* authentication flavour */[all …]
13 typedef struct svc_rqst svc_rqst; typedef
246 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback()
284 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback()