Home
last modified time | relevance | path

Searched refs:RPC_REPHDRSIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/sunrpc/
Dmsg_prot.h110 #define RPC_REPHDRSIZE (4) macro
139 (RPC_REPHDRSIZE + (2 + RPC_MAX_AUTH_SIZE/4))
/Linux-v5.15/net/sunrpc/
Dclnt.c1258 hdrsize += RPC_REPHDRSIZE + req->rq_cred->cr_auth->au_ralign; in rpc_prepare_reply_pages()
1793 req->rq_rcvsize = RPC_REPHDRSIZE + auth->au_rslack + \ in call_allocate()
/Linux-v5.15/fs/nfsd/
Dnfs4state.c3365 (RPC_REPHDRSIZE + (2 + NUL_REPLYSLACK))
/Linux-v5.15/fs/nfs/
Dnfs4xdr.c1856 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE + 2) in encode_create_session()