/kernel/linux/linux-5.10/arch/loongarch/lib/ |
H A D | xor_simd_glue.c | 14 #define MAKE_XOR_GLUE_2(flavor) \ 15 void xor_##flavor##_2(unsigned long bytes, unsigned long *p1, \ 19 __xor_##flavor##_2(bytes, p1, p2); \ 22 EXPORT_SYMBOL_GPL(xor_##flavor##_2) 24 #define MAKE_XOR_GLUE_3(flavor) \ 25 void xor_##flavor##_3(unsigned long bytes, unsigned long *p1, \ 29 __xor_##flavor##_3(bytes, p1, p2, p3); \ 32 EXPORT_SYMBOL_GPL(xor_##flavor##_3) 34 #define MAKE_XOR_GLUE_4(flavor) \ 35 void xor_##flavor##_ [all...] |
/kernel/linux/linux-6.6/arch/loongarch/lib/ |
H A D | xor_simd_glue.c | 14 #define MAKE_XOR_GLUE_2(flavor) \ 15 void xor_##flavor##_2(unsigned long bytes, unsigned long * __restrict p1, \ 19 __xor_##flavor##_2(bytes, p1, p2); \ 22 EXPORT_SYMBOL_GPL(xor_##flavor##_2) 24 #define MAKE_XOR_GLUE_3(flavor) \ 25 void xor_##flavor##_3(unsigned long bytes, unsigned long * __restrict p1, \ 30 __xor_##flavor##_3(bytes, p1, p2, p3); \ 33 EXPORT_SYMBOL_GPL(xor_##flavor##_3) 35 #define MAKE_XOR_GLUE_4(flavor) \ 36 void xor_##flavor##_ [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth.c | 41 svc_get_auth_ops(rpc_authflavor_t flavor) in svc_get_auth_ops() argument 45 if (flavor >= RPC_AUTH_MAXFLAVOR) in svc_get_auth_ops() 48 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops() 64 rpc_authflavor_t flavor; in svc_authenticate() local 69 flavor = svc_getnl(&rqstp->rq_arg.head[0]); in svc_authenticate() 71 dprintk("svc: svc_authenticate (%d)\n", flavor); in svc_authenticate() 73 aops = svc_get_auth_ops(flavor); in svc_authenticate() 113 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() argument 118 if (flavor < RPC_AUTH_MAXFLAVOR) { in svc_auth_register() 119 old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NUL in svc_auth_register() 128 svc_auth_unregister(rpc_authflavor_t flavor) svc_auth_unregister() argument [all...] |
H A D | auth.c | 102 pseudoflavor_to_flavor(u32 flavor) { in pseudoflavor_to_flavor() argument 103 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor() 105 return flavor; in pseudoflavor_to_flavor() 112 rpc_authflavor_t flavor; in rpcauth_register() local 114 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register() 116 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops); in rpcauth_register() 127 rpc_authflavor_t flavor; in rpcauth_unregister() local 129 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister() 132 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL); in rpcauth_unregister() 140 rpcauth_get_authops(rpc_authflavor_t flavor) in rpcauth_get_authops() argument 180 rpcauth_get_pseudoflavor(rpc_authflavor_t flavor, struct rpcsec_gss_info *info) rpcauth_get_pseudoflavor() argument 207 rpc_authflavor_t flavor = pseudoflavor_to_flavor(pseudoflavor); rpcauth_get_gssinfo() local 229 u32 flavor = pseudoflavor_to_flavor(args->pseudoflavor); rpcauth_create() local [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth.c | 43 svc_get_auth_ops(rpc_authflavor_t flavor) in svc_get_auth_ops() argument 47 if (flavor >= RPC_AUTH_MAXFLAVOR) in svc_get_auth_ops() 50 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops() 78 u32 flavor; in svc_authenticate() local 83 * Decode the Call credential's flavor field. The credential's in svc_authenticate() 86 if (xdr_stream_decode_u32(&rqstp->rq_arg_stream, &flavor) < 0) in svc_authenticate() 89 aops = svc_get_auth_ops(flavor); in svc_authenticate() 141 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() argument 146 if (flavor < RPC_AUTH_MAXFLAVOR) { in svc_auth_register() 147 old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NUL in svc_auth_register() 156 svc_auth_unregister(rpc_authflavor_t flavor) svc_auth_unregister() argument [all...] |
H A D | auth.c | 99 pseudoflavor_to_flavor(u32 flavor) { in pseudoflavor_to_flavor() argument 100 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor() 102 return flavor; in pseudoflavor_to_flavor() 109 rpc_authflavor_t flavor; in rpcauth_register() local 111 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register() 113 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops); in rpcauth_register() 124 rpc_authflavor_t flavor; in rpcauth_unregister() local 126 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister() 129 old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL); in rpcauth_unregister() 137 rpcauth_get_authops(rpc_authflavor_t flavor) in rpcauth_get_authops() argument 177 rpcauth_get_pseudoflavor(rpc_authflavor_t flavor, struct rpcsec_gss_info *info) rpcauth_get_pseudoflavor() argument 204 rpc_authflavor_t flavor = pseudoflavor_to_flavor(pseudoflavor); rpcauth_get_gssinfo() local 226 u32 flavor = pseudoflavor_to_flavor(args->pseudoflavor); rpcauth_create() local [all...] |
H A D | svcauth_unix.c | 758 u32 flavor, len; in svcauth_null_accept() local 770 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_null_accept() 772 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_null_accept() 836 u32 flavor, len; in svcauth_tls_accept() local 849 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_tls_accept() 851 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_tls_accept() 921 u32 flavor, len, i; in svcauth_unix_accept() local 972 if (xdr_stream_decode_opaque_auth(xdr, &flavor, &body, &len) < 0) in svcauth_unix_accept() 974 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_unix_accept()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | preprocess.c | 234 enum variable_flavor flavor; member 269 if (v->flavor == VAR_RECURSIVE) in variable_expand() 280 enum variable_flavor flavor) in variable_add() 288 /* For defined variables, += inherits the existing flavor */ in variable_add() 289 if (flavor == VAR_APPEND) { in variable_add() 290 flavor = v->flavor; in variable_add() 296 /* For undefined variables, += assumes the recursive flavor */ in variable_add() 297 if (flavor == VAR_APPEND) in variable_add() 298 flavor in variable_add() 279 variable_add(const char *name, const char *value, enum variable_flavor flavor) variable_add() argument [all...] |
H A D | lkc_proto.h | 45 enum variable_flavor flavor);
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | preprocess.c | 234 enum variable_flavor flavor; member 269 if (v->flavor == VAR_RECURSIVE) in variable_expand() 280 enum variable_flavor flavor) in variable_add() 288 /* For defined variables, += inherits the existing flavor */ in variable_add() 289 if (flavor == VAR_APPEND) { in variable_add() 290 flavor = v->flavor; in variable_add() 296 /* For undefined variables, += assumes the recursive flavor */ in variable_add() 297 if (flavor == VAR_APPEND) in variable_add() 298 flavor in variable_add() 279 variable_add(const char *name, const char *value, enum variable_flavor flavor) variable_add() argument [all...] |
H A D | lkc_proto.h | 46 enum variable_flavor flavor);
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 272 # torture_one flavor [ kvm.sh arguments ] 274 # Note that "flavor" is an arbitrary string. Supply --torture if needed. 309 # torture_set flavor [ kvm.sh arguments ] 311 # Note that "flavor" is an arbitrary string that does not affect kvm.sh 317 local flavor=$1 319 curflavor=$flavor 324 curflavor=${flavor}-kasan 330 curflavor=${flavor}-kcsan 389 for flavor in CONFIG_TASKS_RCU CONFIG_TASKS_RUDE_RCU CONFIG_TASKS_TRACE_RCU 391 forceflavor="`echo $flavor | se [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 602 * This is done by looking at executable name. If it contains "-flavor" 608 * some/path/to/test_progs[-flavor], where -flavor part is optional. in cd_flavor_subdir() 609 * First cut out "test_progs[-flavor]" part, then extract "flavor" in cd_flavor_subdir() 612 const char *flavor = strrchr(exec_name, '/'); in cd_flavor_subdir() local 614 if (!flavor) in cd_flavor_subdir() 616 flavor++; in cd_flavor_subdir() 617 flavor = strrchr(flavor, ' in cd_flavor_subdir() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcgss.h | 619 unsigned int flavor, 623 TP_ARGS(flavor, error), 626 __field(unsigned int, flavor) 632 __entry->flavor = flavor; 636 TP_printk("flavor=%s error=%d", 637 show_pseudoflavor(__entry->flavor), __entry->error)
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_end_flavors_test.sh | 19 # Currently in this selftest we consider only the PSP flavor for the SRv6 End 23 # The purpose of the PSP flavor consists in instructing the penultimate node 36 # Although the PSP flavor can be set for any SRv6 End behavior instance on any 47 # "standard" End packet processing, ignoring the configured PSP flavor at 117 # |fcff:x::ef1 is associated with the SRv6 End behavior with PSP flavor | 653 # Direction hs-1 -> hs-2 (PSP flavor) 656 # - rt-4 (SRv6 End flavor PSP with SL>1, acting as End behavior) 657 # - rt-2 (SRv6 End flavor PSP with SL=1) 659 # Direction hs-2 -> hs-1 (PSP flavor) 661 # - rt-1 (SRv6 End flavor PS [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | super.c | 659 * Display security flavor in effect for this mount in nfs_show_stats() 756 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors() local 761 * If the sec= mount option is used, the specified flavor or AUTH_NULL in nfs_verify_authflavors() 765 * means that the server will ignore the rpc creds, so any flavor in nfs_verify_authflavors() 770 * a security flavor list containing just AUTH_NULL. in nfs_verify_authflavors() 773 flavor = server_authlist[i]; in nfs_verify_authflavors() 775 if (nfs_auth_info_match(&ctx->auth_info, flavor)) in nfs_verify_authflavors() 778 if (flavor == RPC_AUTH_NULL) in nfs_verify_authflavors() 783 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors() 792 ctx->selected_flavor = flavor; in nfs_verify_authflavors() 895 rpc_authflavor_t flavor; nfs_try_mount_request() local [all...] |
H A D | nfs3client.c | 62 rpc_authflavor_t flavor) in nfs3_clone_server() 64 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() 59 nfs3_clone_server(struct nfs_server *source, struct nfs_fh *fh, struct nfs_fattr *fattr, rpc_authflavor_t flavor) nfs3_clone_server() argument
|
H A D | nfs4client.c | 47 * Per auth flavor data server rpc clients 57 * @flavor: rpc auth flavour to match 60 nfs4_find_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_find_ds_client() argument 66 if (dss->rpc_clnt->cl_auth->au_flavor != flavor) in nfs4_find_ds_client() 77 nfs4_add_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor, in nfs4_add_ds_client() argument 84 if (dss->rpc_clnt->cl_auth->au_flavor != flavor) in nfs4_add_ds_client() 97 nfs4_alloc_ds_server(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_alloc_ds_server() argument 105 dss->rpc_clnt = rpc_clone_client_set_auth(ds_clp->cl_rpcclient, flavor); in nfs4_alloc_ds_server() 128 * Find or create a DS rpc client with th MDS server rpc client auth flavor 135 rpc_authflavor_t flavor in nfs4_find_or_create_ds_client() local [all...] |
H A D | nfs4_fs.h | 364 rpc_authflavor_t flavor; in _nfs4_state_protect() local 380 flavor = clp->cl_rpcclient->cl_auth->au_flavor; in _nfs4_state_protect() 381 WARN_ON_ONCE(flavor != RPC_AUTH_GSS_KRB5I && in _nfs4_state_protect() 382 flavor != RPC_AUTH_GSS_KRB5P); in _nfs4_state_protect()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | super.c | 690 * Display security flavor in effect for this mount in nfs_show_stats() 776 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors() local 781 * If the sec= mount option is used, the specified flavor or AUTH_NULL in nfs_verify_authflavors() 785 * means that the server will ignore the rpc creds, so any flavor in nfs_verify_authflavors() 790 * a security flavor list containing just AUTH_NULL. in nfs_verify_authflavors() 793 flavor = server_authlist[i]; in nfs_verify_authflavors() 795 if (nfs_auth_info_match(&ctx->auth_info, flavor)) in nfs_verify_authflavors() 798 if (flavor == RPC_AUTH_NULL) in nfs_verify_authflavors() 803 flavor = ctx->auth_info.flavors[0]; in nfs_verify_authflavors() 812 ctx->selected_flavor = flavor; in nfs_verify_authflavors() 914 rpc_authflavor_t flavor; nfs_try_mount_request() local [all...] |
H A D | nfs3client.c | 66 rpc_authflavor_t flavor) in nfs3_clone_server() 68 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() 63 nfs3_clone_server(struct nfs_server *source, struct nfs_fh *fh, struct nfs_fattr *fattr, rpc_authflavor_t flavor) nfs3_clone_server() argument
|
H A D | nfs4client.c | 48 * Per auth flavor data server rpc clients 58 * @flavor: rpc auth flavour to match 61 nfs4_find_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_find_ds_client() argument 67 if (dss->rpc_clnt->cl_auth->au_flavor != flavor) in nfs4_find_ds_client() 78 nfs4_add_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor, in nfs4_add_ds_client() argument 85 if (dss->rpc_clnt->cl_auth->au_flavor != flavor) in nfs4_add_ds_client() 98 nfs4_alloc_ds_server(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_alloc_ds_server() argument 106 dss->rpc_clnt = rpc_clone_client_set_auth(ds_clp->cl_rpcclient, flavor); in nfs4_alloc_ds_server() 129 * Find or create a DS rpc client with th MDS server rpc client auth flavor 136 rpc_authflavor_t flavor in nfs4_find_or_create_ds_client() local [all...] |
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svcauth.h | 155 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); 156 extern void svc_auth_unregister(rpc_authflavor_t flavor);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svcauth.h | 153 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); 154 extern void svc_auth_unregister(rpc_authflavor_t flavor);
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcgss.h | 647 unsigned int flavor, 651 TP_ARGS(flavor, error), 654 __field(unsigned int, flavor) 660 __entry->flavor = flavor; 664 TP_printk("flavor=%s error=%d", 665 show_pseudoflavor(__entry->flavor), __entry->error)
|