gss_pipe 81 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *gss_pipe[2]; gss_pipe 548 net/sunrpc/auth_gss/auth_gss.c gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe; gss_pipe 883 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *gss_pipe = pdo->pdo_data; gss_pipe 884 net/sunrpc/auth_gss/auth_gss.c struct rpc_pipe *pipe = gss_pipe->pipe; gss_pipe 895 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *p = pdo->pdo_data; gss_pipe 910 net/sunrpc/auth_gss/auth_gss.c static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, gss_pipe 914 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *p; gss_pipe 946 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *gss_pipe; gss_pipe 951 net/sunrpc/auth_gss/auth_gss.c gss_pipe = container_of(pdo, struct gss_pipe, pdo); gss_pipe 952 net/sunrpc/auth_gss/auth_gss.c if (strcmp(gss_pipe->name, args->name) != 0) gss_pipe 954 net/sunrpc/auth_gss/auth_gss.c if (!kref_get_unless_zero(&gss_pipe->kref)) gss_pipe 961 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *gss_pipe; gss_pipe 964 net/sunrpc/auth_gss/auth_gss.c gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); gss_pipe 965 net/sunrpc/auth_gss/auth_gss.c if (!IS_ERR(gss_pipe)) gss_pipe 966 net/sunrpc/auth_gss/auth_gss.c return &gss_pipe->pdo; gss_pipe 970 net/sunrpc/auth_gss/auth_gss.c static struct gss_pipe *gss_pipe_get(struct rpc_clnt *clnt, gss_pipe 988 net/sunrpc/auth_gss/auth_gss.c return container_of(pdo, struct gss_pipe, pdo); gss_pipe 992 net/sunrpc/auth_gss/auth_gss.c static void __gss_pipe_free(struct gss_pipe *p) gss_pipe 1006 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *p = container_of(kref, struct gss_pipe, kref); gss_pipe 1011 net/sunrpc/auth_gss/auth_gss.c static void gss_pipe_free(struct gss_pipe *p) gss_pipe 1026 net/sunrpc/auth_gss/auth_gss.c struct gss_pipe *gss_pipe; gss_pipe 1074 net/sunrpc/auth_gss/auth_gss.c gss_pipe = gss_pipe_get(clnt, "gssd", &gss_upcall_ops_v1); gss_pipe 1075 net/sunrpc/auth_gss/auth_gss.c if (IS_ERR(gss_pipe)) { gss_pipe 1076 net/sunrpc/auth_gss/auth_gss.c err = PTR_ERR(gss_pipe); gss_pipe 1079 net/sunrpc/auth_gss/auth_gss.c gss_auth->gss_pipe[1] = gss_pipe; gss_pipe 1081 net/sunrpc/auth_gss/auth_gss.c gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, gss_pipe 1083 net/sunrpc/auth_gss/auth_gss.c if (IS_ERR(gss_pipe)) { gss_pipe 1084 net/sunrpc/auth_gss/auth_gss.c err = PTR_ERR(gss_pipe); gss_pipe 1087 net/sunrpc/auth_gss/auth_gss.c gss_auth->gss_pipe[0] = gss_pipe; gss_pipe 1091 net/sunrpc/auth_gss/auth_gss.c gss_pipe_free(gss_auth->gss_pipe[1]); gss_pipe 1110 net/sunrpc/auth_gss/auth_gss.c gss_pipe_free(gss_auth->gss_pipe[0]); gss_pipe 1111 net/sunrpc/auth_gss/auth_gss.c gss_pipe_free(gss_auth->gss_pipe[1]); gss_pipe 1146 net/sunrpc/auth_gss/auth_gss.c gss_pipe_free(gss_auth->gss_pipe[0]); gss_pipe 1147 net/sunrpc/auth_gss/auth_gss.c gss_auth->gss_pipe[0] = NULL; gss_pipe 1148 net/sunrpc/auth_gss/auth_gss.c gss_pipe_free(gss_auth->gss_pipe[1]); gss_pipe 1149 net/sunrpc/auth_gss/auth_gss.c gss_auth->gss_pipe[1] = NULL;