Lines Matching refs:args
936 struct gss_alloc_pdo *args = data;
941 if (strcmp(gss_pipe->name, args->name) != 0)
951 struct gss_alloc_pdo *args = data;
953 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops);
965 struct gss_alloc_pdo args = {
975 &args);
1011 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt)
1013 rpc_authflavor_t flavor = args->pseudoflavor;
1025 if (args->target_name) {
1026 gss_auth->target_name = kstrdup(args->target_name, GFP_KERNEL);
1154 gss_auth_find_or_add_hashed(const struct rpc_auth_create_args *args,
1168 if (gss_auth->rpc_auth.au_flavor != args->pseudoflavor)
1170 if (gss_auth->target_name != args->target_name) {
1173 if (args->target_name == NULL)
1175 if (strcmp(gss_auth->target_name, args->target_name))
1191 gss_create_hashed(const struct rpc_auth_create_args *args,
1197 gss_auth = gss_auth_find_or_add_hashed(args, clnt, NULL);
1200 new = gss_create_new(args, clnt);
1203 gss_auth = gss_auth_find_or_add_hashed(args, clnt, new);
1211 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt)
1224 gss_auth = gss_create_hashed(args, clnt);