Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dauth_null.c117 .au_cslack = NUL_CALLSLACK,
Dauth_unix.c237 .au_cslack = UNX_CALLSLACK,
Dclnt.c1674 unsigned int slack = task->tk_rqstp->rq_cred->cr_auth->au_cslack; in call_allocate()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h90 unsigned int au_cslack; /* call cred size estimate */ member
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1054 auth->au_cslack = GSS_CRED_SLACK >> 2; in gss_create_new()