Home
last modified time | relevance | path

Searched refs:au_cslack (Results 1 – 6 of 6) sorted by relevance

/linux/net/sunrpc/
H A Dauth_null.c115 .au_cslack = NUL_CALLSLACK,
H A Dauth_tls.c149 .au_cslack = NUL_CALLSLACK,
H A Dauth_unix.c225 .au_cslack = UNX_CALLSLACK,
H A Dclnt.c1907 req->rq_callsize = RPC_CALLHDRSIZE + (auth->au_cslack << 1) + in call_allocate()
/linux/include/linux/sunrpc/
H A Dauth.h74 unsigned int au_cslack; /* call cred size estimate */ member
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1060 auth->au_cslack = GSS_CRED_SLACK >> 2; in gss_create_new()