Lines Matching refs:clnt
63 struct rpc_clnt *clnt; member
873 dentry = rpc_mkpipe_dentry(dir, p->name, p->clnt, p->pipe); in gss_pipe_dentry_create()
885 static struct gss_pipe *gss_pipe_alloc(struct rpc_clnt *clnt, in gss_pipe_alloc() argument
901 p->clnt = clnt; in gss_pipe_alloc()
914 struct rpc_clnt *clnt; member
939 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops); in gss_pipe_alloc_pdo()
945 static struct gss_pipe *gss_pipe_get(struct rpc_clnt *clnt, in gss_pipe_get() argument
949 struct net *net = rpc_net_ns(clnt); in gss_pipe_get()
952 .clnt = clnt, in gss_pipe_get()
958 &clnt->cl_pipedir_objects, in gss_pipe_get()
969 struct rpc_clnt *clnt = p->clnt; in __gss_pipe_free() local
970 struct net *net = rpc_net_ns(clnt); in __gss_pipe_free()
973 &clnt->cl_pipedir_objects, in __gss_pipe_free()
997 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create_new() argument
1016 gss_auth->client = clnt; in gss_create_new()
1017 gss_auth->net = get_net_track(rpc_net_ns(clnt), &gss_auth->ns_tracker, in gss_create_new()
1050 gss_pipe = gss_pipe_get(clnt, "gssd", &gss_upcall_ops_v1); in gss_create_new()
1057 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1142 struct rpc_clnt *clnt, in gss_auth_find_or_add_hashed() argument
1146 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed()
1153 if (gss_auth->client != clnt) in gss_auth_find_or_add_hashed()
1179 struct rpc_clnt *clnt) in gss_create_hashed() argument
1184 gss_auth = gss_auth_find_or_add_hashed(args, clnt, NULL); in gss_create_hashed()
1187 new = gss_create_new(args, clnt); in gss_create_hashed()
1190 gss_auth = gss_auth_find_or_add_hashed(args, clnt, new); in gss_create_hashed()
1198 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt) in gss_create() argument
1201 struct rpc_xprt_switch *xps = rcu_access_pointer(clnt->cl_xpi.xpi_xpswitch); in gss_create()
1203 while (clnt != clnt->cl_parent) { in gss_create()
1204 struct rpc_clnt *parent = clnt->cl_parent; in gss_create()
1208 clnt = parent; in gss_create()
1211 gss_auth = gss_create_hashed(args, clnt); in gss_create()