Searched refs:nfs_gss_svc_ctx (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.h173 struct nfs_gss_svc_ctx { struct
175 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries;
197 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx);
233 void nfs_gss_svc_ctx_deref(struct nfs_gss_svc_ctx *);
H A Dnfs_gss.c199 static struct nfs_gss_svc_ctx *nfs_gss_svc_ctx_find(uint32_t);
200 static void nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *);
202 static int nfs_gss_svc_gssd_upcall(struct nfs_gss_svc_ctx *);
203 static int nfs_gss_svc_seqnum_valid(struct nfs_gss_svc_ctx *, uint32_t);
1933 static struct nfs_gss_svc_ctx *
1937 struct nfs_gss_svc_ctx *cp;
1986 nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *cp)
1989 struct nfs_gss_svc_ctx *p;
2030 struct nfs_gss_svc_ctx *cp, *next;
2093 struct nfs_gss_svc_ctx *c
[all...]
H A Dnfs.h1083 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */

Completed in 23 milliseconds