Searched defs:svc_rqst (Results 1 – 4 of 4) sorted by relevance
222 struct svc_rqst { struct223 struct list_head rq_all; /* all threads list */224 struct rcu_head rq_rcu_head; /* for RCU deferred kfree */225 struct svc_xprt * rq_xprt; /* transport ptr */227 struct sockaddr_storage rq_addr; /* peer address */228 size_t rq_addrlen;229 struct sockaddr_storage rq_daddr; /* dest addr of request231 size_t rq_daddrlen;233 struct svc_serv * rq_server; /* RPC service definition */234 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()