Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c89 struct gss_auth { struct
111 static void gss_put_auth(struct gss_auth *gss_auth); argument
294 struct gss_auth *auth;
489 gss_alloc_msg(struct gss_auth *gss_auth, in gss_alloc_msg() argument
499 vers = get_pipe_version(gss_auth->net); in gss_alloc_msg()
503 gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe; in gss_alloc_msg()
509 gss_msg->auth = gss_auth; in gss_alloc_msg()
515 err = gss_encode_v1_msg(gss_msg, service_name, gss_auth->target_name); in gss_alloc_msg()
519 kref_get(&gss_auth->kref); in gss_alloc_msg()
522 put_pipe_version(gss_auth->net); in gss_alloc_msg()
[all …]