Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c81 struct gss_pipe { struct
103 struct gss_pipe *gss_pipe[2]; argument
503 gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe; in gss_alloc_msg()
842 struct gss_pipe *gss_pipe = pdo->pdo_data; in gss_pipe_dentry_destroy() local
843 struct rpc_pipe *pipe = gss_pipe->pipe; in gss_pipe_dentry_destroy()
854 struct gss_pipe *p = pdo->pdo_data; in gss_pipe_dentry_create()
869 static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, in gss_pipe_alloc()
873 struct gss_pipe *p; in gss_pipe_alloc()
905 struct gss_pipe *gss_pipe; in gss_pipe_match_pdo() local
910 gss_pipe = container_of(pdo, struct gss_pipe, pdo); in gss_pipe_match_pdo()
[all …]