Home
last modified time | relevance | path

Searched refs:RPCSVC_MAXPAYLOAD (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dsvc.h146 #define RPCSVC_MAXPAYLOAD (1*1024*1024u) macro
147 #define RPCSVC_MAXPAYLOAD_TCP RPCSVC_MAXPAYLOAD
179 #define RPCSVC_MAXPAGES ((RPCSVC_MAXPAYLOAD+PAGE_SIZE-1)/PAGE_SIZE \
Dsvc_rdma.h182 #define RPCSVC_MAXPAYLOAD_RDMA RPCSVC_MAXPAYLOAD
/linux-4.4.14/fs/nfsd/
Dnfsd.h40 #define NFSSVC_MAXBLKSIZE RPCSVC_MAXPAYLOAD
/linux-4.4.14/net/sunrpc/
Dsvc.c422 if (bufsize > RPCSVC_MAXPAYLOAD) in __svc_create()
423 bufsize = RPCSVC_MAXPAYLOAD; in __svc_create()
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c924 buf->buflen = RPCSVC_MAXPAYLOAD; in unwrap_priv_data()