Lines Matching refs:gss_cl_ctx
113 static void gss_free_ctx(struct gss_cl_ctx *);
117 static inline struct gss_cl_ctx *
118 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
125 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
137 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
179 static struct gss_cl_ctx *
183 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
193 static struct gss_cl_ctx *
196 struct gss_cl_ctx *ctx; in gss_alloc_context()
210 gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm) in gss_fill_context()
298 struct gss_cl_ctx *ctx;
680 struct gss_cl_ctx *ctx; in gss_pipe_downcall()
1211 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroying_context()
1236 gss_do_free_ctx(struct gss_cl_ctx *ctx) in gss_do_free_ctx()
1249 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu); in gss_free_ctx_callback()
1254 gss_free_ctx(struct gss_cl_ctx *ctx) in gss_free_ctx()
1278 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()
1355 struct gss_cl_ctx *ctx; in gss_stringify_acceptor()
1413 struct gss_cl_ctx *ctx; in gss_key_timeout()
1431 struct gss_cl_ctx *ctx; in gss_match()
1483 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_marshal()
1608 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_validate()
1664 gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_integ()
1755 gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_priv()
1829 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_wrap_req()
1860 gss_unwrap_resp_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_unwrap_resp_integ()
1897 gss_unwrap_resp_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_unwrap_resp_priv()
1941 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_unwrap_resp()