Searched refs:flavors (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4namespace.c191 * @flavors: List of security tuples returned by SECINFO procedure
194 * "flavors" that is locally supported. The "flavors" array
206 struct nfs4_secinfo_flavors *flavors)
212 for (i = 0; i < flavors->num_flavors; i++) {
213 secinfo = &flavors->flavors[i];
265 struct nfs4_secinfo_flavors *flavors; local
273 flavors = page_address(page);
275 err = nfs4_proc_secinfo(inode, name, flavors);
204 nfs_find_best_sec(struct rpc_clnt *clnt, struct nfs_server *server, struct nfs4_secinfo_flavors *flavors) argument
[all...]
H A Dmount_clnt.c425 rpc_authflavor_t *flavors = res->auth_flavors; local
437 dprintk("NFS: received %u auth flavors\n", entries);
449 flavors[i] = be32_to_cpup(p++);
450 dprintk("NFS: auth flavor[%u]: %d\n", i, flavors[i]);
H A Dfs_context.c387 unsigned int max_flavor_len = ARRAY_SIZE(auth_info->flavors);
391 if (flavor == auth_info->flavors[i])
396 return nfs_invalf(fc, "NFS: too many sec= flavors");
398 auth_info->flavors[auth_info->flavor_len++] = flavor;
H A Dnfs4proc.c4159 * Retry pseudoroot lookup with various security flavors. We do this when:
4185 server->auth_info.flavors[i]);
4191 /* no flavors specified by user, try default list */
8359 static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity) argument
8369 .flavors = flavors,
8411 struct nfs4_secinfo_flavors *flavors)
8422 err = _nfs4_proc_secinfo(dir, name, flavors, true);
8431 err = _nfs4_proc_secinfo(dir, name, flavors, false);
10095 struct nfs4_secinfo_flavors *flavors, boo
8410 nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors) argument
10093 _nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors, bool use_integrity) argument
10140 nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) argument
10186 struct nfs4_secinfo_flavors *flavors; local
[all...]
H A Dsuper.c773 if (auth_info->flavors[i] == match)
802 * of supported security flavors. In this case, nfs_mount() fabricates
816 flavor = ctx->auth_info.flavors[0];
821 "NFS: specified auth flavors not supported by server\n");
H A Dnfs4client.c1166 * other specified flavors */
1168 ctx->selected_flavor = ctx->auth_info.flavors[0];
H A Dnfs4xdr.c5598 res->flavors->num_flavors = 0;
5602 sec_flavor = &res->flavors->flavors[i];
5603 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE)
5616 res->flavors->num_flavors++;
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_next_csid_l3vpn_test.sh628 encap seg6local action End flavors next-csid \
1014 encap seg6local action End flavors next-csid ${layout} \
H A Dsrv6_end_x_next_csid_l3vpn_test.sh644 flavors next-csid lblen "${LCBLOCK_BLEN}" \
1082 flavors next-csid ${layout} \
H A Dsrv6_end_flavors_test.sh7 # This script is designed to test the support for "flavors" in the SRv6 End
12 # convenience, we report the list of flavors described in [1] hereafter:
17 # The End, End.X, and End.T behaviors can support these flavors either
21 # flavors will be supported in the kernel.
402 # withouth flavors) configured for the node.
405 # flavors, the output is the ordered version of that list.
412 # return the lexicographically ordered flavors
537 behavior_cfg="End flavors psp"
785 echo "SKIP: Cannot set up netns to test kernel support for flavors"
791 echo "SKIP: Cannot set up dummy dev to test kernel support for flavors"
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h741 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; member in struct:nfs_auth_info
1257 struct nfs4_secinfo4 flavors[]; member in struct:nfs4_secinfo_flavors
1268 struct nfs4_secinfo_flavors *flavors; member in struct:nfs4_secinfo_res
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c569 /* validate BPF program can use multiple flavors to match against
572 FLAVORS_CASE(flavors),

Completed in 273 milliseconds