Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c84 struct gss_auth { struct
107 static void gss_put_auth(struct gss_auth *gss_auth); argument
265 struct gss_auth *auth;
315 __gss_find_upcall(struct rpc_pipe *pipe, kuid_t uid, const struct gss_auth *auth) in __gss_find_upcall()
523 gss_alloc_msg(struct gss_auth *gss_auth, in gss_alloc_msg() argument
533 vers = get_pipe_version(gss_auth->net); in gss_alloc_msg()
537 gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe; in gss_alloc_msg()
543 gss_msg->auth = gss_auth; in gss_alloc_msg()
544 kref_get(&gss_auth->kref); in gss_alloc_msg()
554 put_pipe_version(gss_auth->net); in gss_alloc_msg()
[all …]