Home | History | Annotate | Download | only in rpc

Lines Matching defs:cfp

438 	struct cf_rendezvous *cfp;
440 cfp = (struct cf_rendezvous *)xprt->xp_p1;
441 if (cfp == NULL)
445 *(int *)in = cfp->maxrec;
448 cfp->maxrec = *(int *)in;
475 struct cf_conn *cfp;
518 cfp = (struct cf_conn *)xprt->xp_p1;
520 if (cfp->nonblock) {
529 gettimeofday(&cfp->last_recv_time, NULL);
551 gettimeofday(&cfp->last_recv_time, NULL);