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 *);
113 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 …]
1076 struct nfs_gss_svc_ctx *nd_gss_context;/* RPCSEC_GSS context */