Home
last modified time | relevance | path

Searched refs:pc_xdrressize (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dsvc.h176 unsigned int pc_xdrressize; /* maximum size of XDR reply */ member
/linux-2.4.37.9/net/sunrpc/
Dsvc.c315 if (procp->pc_xdrressize) in svc_process()
316 svc_reserve(rqstp, procp->pc_xdrressize<<2); in svc_process()