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

/freebsd-10.3-release/sys/rpc/
H A Dkrpc.h46 * received their reply will have cr_xid set to zero and cr_mrep to
52 struct mbuf *cr_mrep; /* reply received by upcall */ member in struct:ct_request
H A Dclnt_bck.c232 cr->cr_mrep = NULL;
349 if (cr->cr_mrep) {
410 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE);
412 cr->cr_mrep = NULL;
459 if (cr->cr_mrep != NULL)
460 m_freem(cr->cr_mrep);
572 * cr->cr_mrep. Set the XID to zero so that we will
576 cr->cr_mrep = mrep;
H A Dclnt_dg.c97 * received their reply will have cr_xid set to zero and cr_mrep to
104 struct mbuf *cr_mrep; /* reply received by upcall */ member in struct:cu_request
376 cr->cr_mrep = NULL;
524 if (cr->cr_mrep) {
696 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE);
698 cr->cr_mrep = NULL;
737 cr->cr_mrep = NULL;
770 if (cr->cr_mrep)
771 m_freem(cr->cr_mrep);
1112 * reply mbuf in cr->cr_mrep
[all...]
H A Dclnt_vc.c324 cr->cr_mrep = NULL;
437 if (cr->cr_mrep) {
498 xdrmbuf_create(&xdrs, cr->cr_mrep, XDR_DECODE);
500 cr->cr_mrep = NULL;
550 if (cr->cr_mrep)
551 m_freem(cr->cr_mrep);
1023 * cr->cr_mrep. Set
1030 cr->cr_mrep =

Completed in 103 milliseconds