Home
last modified time | relevance | path

Searched refs:cr_mrep (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/rpc/
HDclnt_bck.c227 cr->cr_mrep = NULL; in clnt_bck_call()
344 if (cr->cr_mrep) { in clnt_bck_call()
405 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_bck_call()
407 cr->cr_mrep = NULL; in clnt_bck_call()
454 if (cr->cr_mrep != NULL) in clnt_bck_call()
455 m_freem(cr->cr_mrep); in clnt_bck_call()
571 cr->cr_mrep = mrep; in clnt_bck_svccall()
HDclnt_dg.c106 struct mbuf *cr_mrep; /* reply received by upcall */ member
379 cr->cr_mrep = NULL; in clnt_dg_call()
526 if (cr->cr_mrep) { in clnt_dg_call()
698 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_dg_call()
700 cr->cr_mrep = NULL; in clnt_dg_call()
739 cr->cr_mrep = NULL; in clnt_dg_call()
772 if (cr->cr_mrep) in clnt_dg_call()
773 m_freem(cr->cr_mrep); in clnt_dg_call()
1121 cr->cr_mrep = m; in clnt_dg_soupcall()
HDclnt_vc.c325 cr->cr_mrep = NULL; in clnt_vc_call()
453 if (cr->cr_mrep) { in clnt_vc_call()
514 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE); in clnt_vc_call()
516 cr->cr_mrep = NULL; in clnt_vc_call()
566 if (cr->cr_mrep) in clnt_vc_call()
567 m_freem(cr->cr_mrep); in clnt_vc_call()
1042 cr->cr_mrep = in clnt_vc_soupcall()
HDkrpc.h52 struct mbuf *cr_mrep; /* reply received by upcall */ member