Lines Matching refs:cf_conn
106 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
452 struct cf_conn *cd = xprt ? (struct cf_conn *)xprt->xp_p1 : NULL; in svc_fd_xprtfree()
484 struct cf_conn *cd; in makefd_xprt()
494 cd = malloc(sizeof (struct cf_conn)); in makefd_xprt()
588 struct cf_conn *cd, *pcd; in svc_fd_xprtcopy()
625 if ((cd = malloc(sizeof (struct cf_conn))) == NULL) { in svc_fd_xprtcopy()
630 pcd = (struct cf_conn *)parent->xp_p1; in svc_fd_xprtcopy()
1106 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in svc_vc_nonblock()
1208 *(uint32_t *)in = ((struct cf_conn *)(xprt->xp_p1))->x_id; in svc_vc_control()
1279 struct cf_conn *cd = (struct cf_conn *)xprt_conn->xp_p1; in update_nonblock_timestamps()
1306 if (((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock) { in read_vc()
1357 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED; in read_vc()
1421 struct cf_conn *cd; in svc_timeout_nonblock_xprt_and_LRU()
1453 cd = (struct cf_conn *)xprt->xp_p1; in svc_timeout_nonblock_xprt_and_LRU()
1536 maxsz = ((struct cf_conn *)(xprt->xp_p1))->cf_tsdu; in write_vc()
1538 nonblock = ((struct cf_conn *)(xprt->xp_p1))->cf_conn_nonblock; in write_vc()
1558 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = in write_vc()
1618 ((struct cf_conn *)(xprt->xp_p1))->strm_stat = in write_vc()
1655 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_recv()
1717 XDR *xdrs = &(((struct cf_conn *)(xprt->xp_p1))->xdrs); in svc_vc_freeargs()
1727 struct cf_conn *cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_reply()
1826 ((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache)); in __svc_vc_dup()
1835 ((struct cf_conn *)req->rq_xprt->xp_p1)->cf_cache)); in __svc_vc_dupdone()