Lines Matching refs:gss_cl_ctx

91 static void gss_free_ctx(struct gss_cl_ctx *);
95 static inline struct gss_cl_ctx *
96 gss_get_ctx(struct gss_cl_ctx *ctx) in gss_get_ctx()
103 gss_put_ctx(struct gss_cl_ctx *ctx) in gss_put_ctx()
115 gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx) in gss_cred_set_ctx()
157 static struct gss_cl_ctx *
161 struct gss_cl_ctx *ctx = NULL; in gss_cred_get_ctx()
171 static struct gss_cl_ctx *
174 struct gss_cl_ctx *ctx; in gss_alloc_context()
188 gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm) in gss_fill_context()
280 struct gss_cl_ctx *ctx;
725 struct gss_cl_ctx *ctx; in gss_pipe_downcall()
1254 struct gss_cl_ctx *ctx = in gss_dup_cred()
1281 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_send_destroy_context()
1303 gss_do_free_ctx(struct gss_cl_ctx *ctx) in gss_do_free_ctx()
1314 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu); in gss_free_ctx_callback()
1319 gss_free_ctx(struct gss_cl_ctx *ctx) in gss_free_ctx()
1342 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()
1418 struct gss_cl_ctx *ctx; in gss_stringify_acceptor()
1476 struct gss_cl_ctx *ctx; in gss_key_timeout()
1493 struct gss_cl_ctx *ctx; in gss_match()
1534 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_marshal()
1678 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_validate()
1733 gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_integ()
1826 gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, in gss_wrap_req_priv()
1905 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_wrap_req()
1976 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_integ()
2048 struct gss_cl_ctx *ctx, struct rpc_rqst *rqstp, in gss_unwrap_resp_priv()
2105 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_xmit_need_reencode()
2144 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred); in gss_unwrap_resp()