Lines Matching defs:ct_data
96 struct ct_data { struct
97 struct mtx ct_lock;
98 int ct_threads; /* number of threads in clnt_vc_call */
99 bool_t ct_closing; /* TRUE if we are closing */
100 bool_t ct_closed; /* TRUE if we are closed */
101 struct socket *ct_socket; /* connection socket */
102 bool_t ct_closeit; /* close it on destroy */
103 struct timeval ct_wait; /* wait interval in milliseconds */
104 struct sockaddr_storage ct_addr; /* remote addr */
105 struct rpc_err ct_error;
106 uint32_t ct_xid;
107 char ct_mcallc[MCALL_MSG_SIZE]; /* marshalled callmsg */
108 size_t ct_mpos; /* pos after marshal */
109 const char *ct_waitchan;
110 int ct_waitflag;
111 struct mbuf *ct_record; /* current reply record */
112 size_t ct_record_resid; /* how much left of reply to read */
113 bool_t ct_record_eor; /* true if reading last fragment */
114 struct ct_request_list ct_pending;
115 int ct_upcallrefs; /* Ref cnt of upcalls in prog. */
116 SVCXPRT *ct_backchannelxprt; /* xprt for backchannel */
117 uint64_t ct_sslsec; /* RPC-over-TLS connection. */
118 uint64_t ct_sslusec;
119 uint64_t ct_sslrefno;
120 uint32_t ct_rcvstate; /* Handle receiving for TLS upcalls */
121 struct mbuf *ct_raw; /* Raw mbufs recv'd */