Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dsvc.h160 #define RPCSVC_MAXPAYLOAD (1*1024*1024u) macro
161 #define RPCSVC_MAXPAYLOAD_TCP RPCSVC_MAXPAYLOAD
193 #define RPCSVC_MAXPAGES ((RPCSVC_MAXPAYLOAD+PAGE_SIZE-1)/PAGE_SIZE \
Dsvc_rdma.h127 #define RPCSVC_MAXPAYLOAD_RDMA RPCSVC_MAXPAYLOAD
/linux-6.1.9/fs/nfsd/
Dnfsd.h44 #define NFSSVC_MAXBLKSIZE RPCSVC_MAXPAYLOAD
/linux-6.1.9/net/sunrpc/
Dsvc.c470 if (bufsize > RPCSVC_MAXPAYLOAD) in __svc_create()
471 bufsize = RPCSVC_MAXPAYLOAD; in __svc_create()
/linux-6.1.9/net/sunrpc/auth_gss/
Dsvcauth_gss.c1003 buf->buflen = RPCSVC_MAXPAYLOAD; in unwrap_priv_data()