Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dauth.h61 #define RPCAUTH_CRED_NEW 0 macro
/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c137 if (!test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags)) in gss_cred_set_ctx()
143 clear_bit(RPCAUTH_CRED_NEW, &cred->cr_flags); in gss_cred_set_ctx()
1397 cred->gc_base.cr_flags = 1UL << RPCAUTH_CRED_NEW; in gss_create_cred()
1503 if (test_bit(RPCAUTH_CRED_NEW, &rc->cr_flags)) in gss_match()
1660 if (!test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags) && in gss_refresh()
1668 if (test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags)) in gss_refresh()
/openbmc/linux/net/sunrpc/
H A Dauth.c562 if (test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags) && in rpcauth_lookup_credcache()