Lines Matching defs:cu_data
130 struct cu_data { struct
131 int cu_threads; /* # threads in clnt_vc_call */
132 bool_t cu_closing; /* TRUE if we are closing */
133 bool_t cu_closed; /* TRUE if we are closed */
134 struct socket *cu_socket; /* connection socket */
135 bool_t cu_closeit; /* opened by library */
136 struct sockaddr_storage cu_raddr; /* remote address */
137 int cu_rlen;
138 struct timeval cu_wait; /* retransmit interval */
139 struct timeval cu_total; /* total time for the call */
140 struct rpc_err cu_error;
141 uint32_t cu_xid;
142 char cu_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
143 size_t cu_mcalllen;
144 size_t cu_sendsz; /* send size */
145 size_t cu_recvsz; /* recv size */
146 int cu_async;
147 int cu_connect; /* Use connect(). */
148 int cu_connected; /* Have done connect(). */
149 const char *cu_waitchan;
150 int cu_waitflag;
151 int cu_cwnd; /* congestion window */
152 int cu_sent; /* number of in-flight RPCs */
153 bool_t cu_cwnd_wait;