svc_reserve
void svc_reserve(struct svc_rqst *rqstp, int space);
svc_reserve(rqstp, space + rqstp->rq_auth_slack);
EXPORT_SYMBOL_GPL(svc_reserve);
svc_reserve(rqstp, 0);