Searched refs:nfs_gss_svc_ctx (Results 1 – 3 of 3) sorted by relevance
77 struct nfs_gss_svc_ctx { struct79 LIST_ENTRY(nfs_gss_svc_ctx) gss_svc_entries; argument101 LIST_HEAD(nfs_gss_svc_ctx_hashhead, nfs_gss_svc_ctx); argument127 void nfs_gss_svc_ctx_deref(struct nfs_gss_svc_ctx *);
116 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 …]
1226 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */