Home
last modified time | relevance | path

Searched refs:GSS_CTX_INVAL (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c681 cp->gss_clnt_flags |= (GSS_CTX_INVAL | GSS_CTX_DESTROY); in nfs_gss_clnt_ctx_find_principal()
693 if (cp->gss_clnt_flags & GSS_CTX_INVAL) { in nfs_gss_clnt_ctx_find_principal()
755 if (!(cp->gss_clnt_flags & (GSS_CTX_INVAL | GSS_CTX_DESTROY))) { in nfs_gss_clnt_ctx_find_principal()
917 if (cp->gss_clnt_flags & GSS_CTX_INVAL) { in nfs_gss_clnt_cred_put()
1521 cp->gss_clnt_flags |= GSS_CTX_INVAL; in nfs_gss_clnt_ctx_init()
1597 cp->gss_clnt_flags |= GSS_CTX_INVAL; in nfs_gss_clnt_ctx_init_retry()
2254 if ((cp->gss_clnt_flags & GSS_CTX_INVAL) && in nfs_gss_clnt_ctx_unref()
2270 (cp->gss_clnt_flags & GSS_CTX_INVAL)) { in nfs_gss_clnt_ctx_unref()
2322 !(cp->gss_clnt_flags & GSS_CTX_INVAL)) { in nfs_gss_clnt_ctx_neg_cache_reap()
2508 if (cp->gss_clnt_flags & GSS_CTX_INVAL) { in nfs_gss_clnt_ctx_renew()
[all …]
H A Dnfs_gss.h127 #define GSS_CTX_INVAL 0x00000002 // Context is invalid macro