|
Linux Kernel
3.7.1
|
#include <svc.h>
Data Fields | |
| struct list_head | rq_list |
| struct list_head | rq_all |
| struct svc_xprt * | rq_xprt |
| struct sockaddr_storage | rq_addr |
| size_t | rq_addrlen |
| struct sockaddr_storage | rq_daddr |
| size_t | rq_daddrlen |
| struct svc_serv * | rq_server |
| struct svc_pool * | rq_pool |
| struct svc_procedure * | rq_procinfo |
| struct auth_ops * | rq_authop |
| struct svc_cred | rq_cred |
| void * | rq_xprt_ctxt |
| struct svc_deferred_req * | rq_deferred |
| int | rq_usedeferral |
| size_t | rq_xprt_hlen |
| struct xdr_buf | rq_arg |
| struct xdr_buf | rq_res |
| struct page * | rq_pages [RPCSVC_MAXPAGES] |
| struct page ** | rq_respages |
| int | rq_resused |
| struct kvec | rq_vec [RPCSVC_MAXPAGES] |
| __be32 | rq_xid |
| u32 | rq_prog |
| u32 | rq_vers |
| u32 | rq_proc |
| u32 | rq_prot |
| unsigned short | rq_secure: 1 |
| void * | rq_argp |
| void * | rq_resp |
| void * | rq_auth_data |
| int | rq_reserved |
| struct cache_req | rq_chandle |
| bool | rq_dropme |
| struct auth_domain * | rq_client |
| struct auth_domain * | rq_gssclient |
| int | rq_cachetype |
| struct svc_cacherep * | rq_cacherep |
| int | rq_splice_ok |
| wait_queue_head_t | rq_wait |
| struct task_struct * | rq_task |
| struct sockaddr_storage rq_addr |
| struct svc_cacherep* rq_cacherep |
| struct sockaddr_storage rq_daddr |
| struct svc_deferred_req* rq_deferred |
| struct page* rq_pages[RPCSVC_MAXPAGES] |
| struct svc_procedure* rq_procinfo |
| struct task_struct* rq_task |
| struct kvec rq_vec[RPCSVC_MAXPAGES] |
| wait_queue_head_t rq_wait |
1.8.2