Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_gss.h77 struct nfs_gss_svc_ctx { struct
79 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries; argument
101 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx); argument
127 void nfs_gss_svc_ctx_deref(struct nfs_gss_svc_ctx *);
H A Dnfs_gss.c116 static struct nfs_gss_svc_ctx *nfs_gss_svc_ctx_find(uint32_t);
117 static void nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *);
119 static int nfs_gss_svc_gssd_upcall(struct nfs_gss_svc_ctx *);
120 static int nfs_gss_svc_seqnum_valid(struct nfs_gss_svc_ctx *, uint32_t);
350 static struct nfs_gss_svc_ctx *
354 struct nfs_gss_svc_ctx *cp; in nfs_gss_svc_ctx_find()
404 nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *cp) in nfs_gss_svc_ctx_insert()
407 struct nfs_gss_svc_ctx *p; in nfs_gss_svc_ctx_insert()
450 struct nfs_gss_svc_ctx *cp, *next; in nfs_gss_svc_ctx_timer()
482 kfree_type(struct nfs_gss_svc_ctx, cp); in nfs_gss_svc_ctx_timer()
[all …]
H A Dnfs.h1226 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */