Searched defs:cf_conn (Results 1 – 2 of 2) sorted by relevance
97 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct98 enum xprt_stat strm_stat;99 u_int32_t x_id;100 XDR xdrs;101 char verf_body[MAX_AUTH_BYTES];102 u_int sendsize;103 u_int recvsize;104 int maxrec;105 bool_t nonblock;106 struct timeval last_recv_time;
104 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct105 enum xprt_stat strm_stat;106 struct mbuf *mpending; /* unparsed data read from the socket */107 struct mbuf *mreq; /* current record being built from mpending */108 uint32_t resid; /* number of bytes needed for fragment */109 bool_t eor; /* reading last fragment of current record */