Searched refs:cr_mrep (Results 1 – 4 of 4) sorted by relevance
232 cr->cr_mrep = NULL; in clnt_bck_call()349 if (cr->cr_mrep) { in clnt_bck_call()410 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_bck_call()412 cr->cr_mrep = NULL; in clnt_bck_call()459 if (cr->cr_mrep != NULL) in clnt_bck_call()460 m_freem(cr->cr_mrep); in clnt_bck_call()576 cr->cr_mrep = mrep; in clnt_bck_svccall()
104 struct mbuf *cr_mrep; /* reply received by upcall */ member376 cr->cr_mrep = NULL; in clnt_dg_call()524 if (cr->cr_mrep) { in clnt_dg_call()696 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_dg_call()698 cr->cr_mrep = NULL; in clnt_dg_call()737 cr->cr_mrep = NULL; in clnt_dg_call()770 if (cr->cr_mrep) in clnt_dg_call()771 m_freem(cr->cr_mrep); in clnt_dg_call()1119 cr->cr_mrep = m; in clnt_dg_soupcall()
324 cr->cr_mrep = NULL; in clnt_vc_call()437 if (cr->cr_mrep) { in clnt_vc_call()498 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_vc_call()500 cr->cr_mrep = NULL; in clnt_vc_call()550 if (cr->cr_mrep) in clnt_vc_call()551 m_freem(cr->cr_mrep); in clnt_vc_call()1030 cr->cr_mrep = in clnt_vc_soupcall()
52 struct mbuf *cr_mrep; /* reply received by upcall */ member