Lines Matching refs:gss_cl_ctx
109 static void gss_free_ctx(struct gss_cl_ctx *);
113 static inline struct gss_cl_ctx *
114 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
121 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
133 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
146 static struct gss_cl_ctx *
150 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
160 static struct gss_cl_ctx *
163 struct gss_cl_ctx *ctx; in gss_alloc_context()
177 gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm) in gss_fill_context()
269 struct gss_cl_ctx *ctx;
729 struct gss_cl_ctx *ctx; in gss_pipe_downcall()
1260 struct gss_cl_ctx *ctx = in gss_dup_cred()
1287 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_send_destroy_context()
1309 gss_do_free_ctx(struct gss_cl_ctx *ctx) in gss_do_free_ctx()
1320 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu); in gss_free_ctx_callback()
1325 gss_free_ctx(struct gss_cl_ctx *ctx) in gss_free_ctx()
1348 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()
1425 struct gss_cl_ctx *ctx; in gss_stringify_acceptor()
1483 struct gss_cl_ctx *ctx; in gss_key_timeout()
1500 struct gss_cl_ctx *ctx; in gss_match()
1541 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_marshal()
1685 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_validate()
1740 gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_integ()
1833 gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_priv()
1912 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_wrap_req()
1983 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_integ()
2055 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_priv()
2112 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_xmit_need_reencode()
2151 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_unwrap_resp()