Home
last modified time | relevance | path

Searched refs:gss_cl_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c111 static void gss_free_ctx(struct gss_cl_ctx *);
115 static inline struct gss_cl_ctx *
116 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
123 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
135 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
148 static struct gss_cl_ctx *
152 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
162 static struct gss_cl_ctx *
165 struct gss_cl_ctx *ctx; in gss_alloc_context()
179 gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm) in gss_fill_context()
[all …]
/linux/include/linux/sunrpc/
H A Dauth_gss.h68 struct gss_cl_ctx { struct
86 struct gss_cl_ctx __rcu *gc_ctx; argument