Linux Kernel
3.7.1
|
#include <clnt.h>
Data Fields | |
atomic_t | cl_count |
struct list_head | cl_clients |
struct list_head | cl_tasks |
spinlock_t | cl_lock |
struct rpc_xprt __rcu * | cl_xprt |
struct rpc_procinfo * | cl_procinfo |
u32 | cl_prog |
u32 | cl_vers |
u32 | cl_maxproc |
const char * | cl_protname |
struct rpc_auth * | cl_auth |
struct rpc_stat * | cl_stats |
struct rpc_iostats * | cl_metrics |
unsigned int | cl_softrtry: 1 |
unsigned int | cl_discrtry: 1 |
unsigned int | cl_autobind: 1 |
unsigned int | cl_chatty: 1 |
struct rpc_rtt * | cl_rtt |
struct rpc_timeout * | cl_timeout |
int | cl_nodelen |
char | cl_nodename [UNX_MAXNODENAME] |
struct dentry * | cl_dentry |
struct rpc_clnt * | cl_parent |
struct rpc_rtt | cl_rtt_default |
struct rpc_timeout | cl_timeout_default |
struct rpc_program * | cl_program |
char * | cl_principal |
spinlock_t cl_lock |
struct rpc_iostats* cl_metrics |
struct rpc_procinfo* cl_procinfo |
struct rpc_program* cl_program |