Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/auth_gss/
Dauth_gss.c94 static void gss_free_ctx(struct gss_cl_ctx *);
98 static inline struct gss_cl_ctx *
99 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
106 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
118 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
160 static struct gss_cl_ctx *
164 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
173 static struct gss_cl_ctx *
176 struct gss_cl_ctx *ctx; in gss_alloc_context()
190 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-2.6.39/include/linux/sunrpc/
Dauth_gss.h67 struct gss_cl_ctx { struct
83 struct gss_cl_ctx __rcu *gc_ctx; argument