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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h138 struct nfs_gss_svc_ctx { struct
140 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries;
162 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx);
197 void nfs_gss_svc_ctx_deref(struct nfs_gss_svc_ctx *);
H A Dnfs_gss.c195 static struct nfs_gss_svc_ctx *nfs_gss_svc_ctx_find(uint32_t);
196 static void nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *);
198 static int nfs_gss_svc_gssd_upcall(struct nfs_gss_svc_ctx *);
199 static int nfs_gss_svc_seqnum_valid(struct nfs_gss_svc_ctx *, uint32_t);
1780 static struct nfs_gss_svc_ctx *
1784 struct nfs_gss_svc_ctx *cp;
1833 nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *cp)
1836 struct nfs_gss_svc_ctx *p;
1877 struct nfs_gss_svc_ctx *cp, *next;
1940 struct nfs_gss_svc_ctx *c
[all...]
H A Dnfs.h1079 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */

Completed in 31 milliseconds