Home
last modified time | relevance | path

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

/xnu-10002.81.5/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.c113 static struct nfs_gss_svc_ctx *nfs_gss_svc_ctx_find(uint32_t);
114 static void nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *);
116 static int nfs_gss_svc_gssd_upcall(struct nfs_gss_svc_ctx *);
117 static int nfs_gss_svc_seqnum_valid(struct nfs_gss_svc_ctx *, uint32_t);
347 static struct nfs_gss_svc_ctx *
351 struct nfs_gss_svc_ctx *cp; in nfs_gss_svc_ctx_find()
401 nfs_gss_svc_ctx_insert(struct nfs_gss_svc_ctx *cp) in nfs_gss_svc_ctx_insert()
404 struct nfs_gss_svc_ctx *p; in nfs_gss_svc_ctx_insert()
447 struct nfs_gss_svc_ctx *cp, *next; in nfs_gss_svc_ctx_timer()
479 kfree_type(struct nfs_gss_svc_ctx, cp); in nfs_gss_svc_ctx_timer()
[all …]
H A Dnfs.h1076 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */