Lines Matching refs:gss_cl_ctx
93 static void gss_free_ctx(struct gss_cl_ctx *);
97 static inline struct gss_cl_ctx *
98 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
105 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
117 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
130 static struct gss_cl_ctx *
134 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
144 static struct gss_cl_ctx *
147 struct gss_cl_ctx *ctx; in gss_alloc_context()
161 gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm) in gss_fill_context()
253 struct gss_cl_ctx *ctx;
698 struct gss_cl_ctx *ctx; in gss_pipe_downcall()
1228 struct gss_cl_ctx *ctx = in gss_dup_cred()
1255 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_send_destroy_context()
1277 gss_do_free_ctx(struct gss_cl_ctx *ctx) in gss_do_free_ctx()
1288 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu); in gss_free_ctx_callback()
1293 gss_free_ctx(struct gss_cl_ctx *ctx) in gss_free_ctx()
1316 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()
1393 struct gss_cl_ctx *ctx; in gss_stringify_acceptor()
1451 struct gss_cl_ctx *ctx; in gss_key_timeout()
1468 struct gss_cl_ctx *ctx; in gss_match()
1509 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_marshal()
1653 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_validate()
1708 gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_integ()
1801 gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_priv()
1880 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_wrap_req()
1951 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_integ()
2023 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_priv()
2080 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_xmit_need_reencode()
2119 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_unwrap_resp()