Home
last modified time | relevance | path

Searched refs:RPC_CALLHDRSIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/sunrpc/
Dmsg_prot.h114 #define RPC_CALLHDRSIZE (6) macro
141 (RPC_CALLHDRSIZE + 2*(2+RPC_MAX_AUTH_SIZE/4))
/linux-6.12.1/net/sunrpc/
Dclnt.c1896 req->rq_callsize = RPC_CALLHDRSIZE + (auth->au_cslack << 1) + in call_allocate()
2647 p = xdr_reserve_space(xdr, RPC_CALLHDRSIZE << 2); in rpc_encode_header()
/linux-6.12.1/fs/nfsd/
Dnfs4state.c3771 (RPC_CALLHDRSIZE + 2 * (2 + UNX_CALLSLACK))