Searched refs:gss_clnt_proc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h106 uint32_t gss_clnt_proc; // Current GSS proc for cred member in struct:nfs_gss_clnt_ctx
H A Dnfs_gss.c531 nfsm_chain_add_32(error, nmc, cp->gss_clnt_proc);
545 if (cp->gss_clnt_proc == RPCSEC_GSS_INIT ||
546 cp->gss_clnt_proc == RPCSEC_GSS_CONTINUE_INIT) {
993 cp->gss_clnt_proc = RPCSEC_GSS_INIT;
1028 if (cp->gss_clnt_proc == RPCSEC_GSS_INIT &&
1050 cp->gss_clnt_proc = RPCSEC_GSS_CONTINUE_INIT;
1059 cp->gss_clnt_proc = RPCSEC_GSS_DATA;
1740 cp->gss_clnt_proc = RPCSEC_GSS_DESTROY;

Completed in 30 milliseconds