Searched defs:svc_rqst (Results 1 – 4 of 4) sorted by relevance
227 struct svc_rqst { struct228 struct list_head rq_all; /* all threads list */229 struct rcu_head rq_rcu_head; /* for RCU deferred kfree */230 struct svc_xprt * rq_xprt; /* transport ptr */232 struct sockaddr_storage rq_addr; /* peer address */233 size_t rq_addrlen;234 struct sockaddr_storage rq_daddr; /* dest addr of request236 size_t rq_daddrlen;238 struct svc_serv * rq_server; /* RPC service definition */239 struct svc_pool * rq_pool; /* thread pool */[all …]
13 typedef struct svc_rqst svc_rqst; typedef
247 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback()
288 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback()