Lines Matching refs:args
953 struct gss_alloc_pdo *args = data;
958 if (strcmp(gss_pipe->name, args->name) != 0)
968 struct gss_alloc_pdo *args = data;
970 gss_pipe = gss_pipe_alloc(args->clnt, args->name, args->upcall_ops);
982 struct gss_alloc_pdo args = {
992 &args);
1028 gss_create_new(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt)
1030 rpc_authflavor_t flavor = args->pseudoflavor;
1042 if (args->target_name) {
1043 gss_auth->target_name = kstrdup(args->target_name, GFP_KERNEL);
1173 gss_auth_find_or_add_hashed(const struct rpc_auth_create_args *args,
1187 if (gss_auth->rpc_auth.au_flavor != args->pseudoflavor)
1189 if (gss_auth->target_name != args->target_name) {
1192 if (args->target_name == NULL)
1194 if (strcmp(gss_auth->target_name, args->target_name))
1210 gss_create_hashed(const struct rpc_auth_create_args *args,
1216 gss_auth = gss_auth_find_or_add_hashed(args, clnt, NULL);
1219 new = gss_create_new(args, clnt);
1222 gss_auth = gss_auth_find_or_add_hashed(args, clnt, new);
1230 gss_create(const struct rpc_auth_create_args *args, struct rpc_clnt *clnt)
1243 gss_auth = gss_create_hashed(args, clnt);