Searched refs:rq_args (Results 1 – 5 of 5) sorted by relevance
84 nd.nd_mrep = rqst->rq_args; in nfscb_program()85 rqst->rq_args = NULL; in nfscb_program()
624 if (rqstp->rq_args) { in svc_sendreply_common()625 m_freem(rqstp->rq_args); in svc_sendreply_common()626 rqstp->rq_args = NULL; in svc_sendreply_common()933 r->rq_args = args; in svc_getreq()947 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()1386 m = rqstp->rq_args; in svc_getargs()1387 rqstp->rq_args = NULL; in svc_getargs()1433 if (rqstp->rq_args) in svc_freereq()1434 m_freem(rqstp->rq_args); in svc_freereq()
262 struct mbuf *rq_args; /* XDR-encoded procedure arguments */ member
172 error = cb->realign(&req->rq_args, M_NOWAIT); in fha_extract_info()175 md = req->rq_args; in fha_extract_info()
152 nd.nd_mrep = rqst->rq_args; in nfssvc_program()153 rqst->rq_args = NULL; in nfssvc_program()