Lines Matching refs:nd_mreq
177 nd.nd_mreq = NULL;
363 NFSMGET(nd.nd_mreq);
364 nd.nd_mreq->m_len = 0;
374 if (nd.nd_mreq != NULL)
375 m_freem(nd.nd_mreq);
380 if (nd.nd_mreq == NULL) {
388 if (nd.nd_mreq != NULL)
389 m_freem(nd.nd_mreq);
390 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) {
434 * 2 - nd_repstat == 0 && nd_mreq == NULL, which
479 m = m_copym(nd->nd_mreq, 0, M_COPYALL,
488 m_freem(nd->nd_mreq);
489 nd->nd_mreq = m;