Searched refs:cf_conn (Results 1 – 4 of 4) sorted by relevance
91 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct237 struct cf_conn *cd; in makefd_xprt()248 cd = mem_alloc(sizeof(struct cf_conn)); in makefd_xprt()277 struct cf_conn *cd; in rendezvous_request()326 cd = (struct cf_conn *)newxprt->xp_p1; in rendezvous_request()384 struct cf_conn *cd; in __svc_vc_dodestroy()387 cd = (struct cf_conn *)xprt->xp_p1; in __svc_vc_dodestroy()399 mem_free(cd, sizeof(struct cf_conn)); in __svc_vc_dodestroy()452 struct cf_conn *cfp; in read_vc()459 cfp = (struct cf_conn *)xprt->xp_p1; in read_vc()[all …]
263 struct cf_conn *cd; in svc_vc_create_conn()347 struct cf_conn *cd = NULL; in svc_vc_create_backchannel()535 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_destroy()561 struct cf_conn *cd = (struct cf_conn *)xprt->xp_p1; in svc_vc_backchannel_destroy()598 struct cf_conn *cd; in svc_vc_stat()600 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_stat()626 struct cf_conn *cd; in svc_vc_backchannel_stat()628 cd = (struct cf_conn *)(xprt->xp_p1); in svc_vc_backchannel_stat()644 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_process_pending()721 struct cf_conn *cd = (struct cf_conn *) xprt->xp_p1; in svc_vc_recv()[all …]
129 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */ struct
933 struct cf_conn *cd; in clnt_vc_soupcall()1154 cd = (struct cf_conn *) in clnt_vc_soupcall()