Searched refs:RPC_AUTH_NULL (Results 1 – 21 of 21) sorted by relevance
/linux/net/sunrpc/ |
A D | auth_null.c | 106 .au_flavor = RPC_AUTH_NULL, 120 .au_flavor = RPC_AUTH_NULL,
|
A D | svcauth_unix.c | 746 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_null_accept() 760 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept() 763 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept() 784 .flavour = RPC_AUTH_NULL, 833 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_unix_accept() 839 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
|
A D | svcauth.c | 36 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
|
A D | auth.c | 33 [RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
|
A D | rpcb_clnt.c | 237 .authflavor = RPC_AUTH_NULL, in rpcb_create_local_unix()
|
/linux/include/linux/sunrpc/ |
A D | msg_prot.h | 17 RPC_AUTH_NULL = 0, enumerator
|
A D | xdr.h | 94 #define rpc_auth_null cpu_to_be32(RPC_AUTH_NULL)
|
/linux/fs/nfs/ |
A D | super.c | 313 { RPC_AUTH_NULL, "null" }, in nfs_pseudoflavour_to_name() 795 if (flavor == RPC_AUTH_NULL) in nfs_verify_authflavors() 920 case RPC_AUTH_NULL: in nfs_try_mount_request()
|
A D | callback.c | 435 case RPC_AUTH_NULL: in nfs_callback_authenticate()
|
A D | mount_clnt.c | 210 info->auth_flavs[0] = RPC_AUTH_NULL; in nfs_mount()
|
A D | nfs4namespace.c | 210 case RPC_AUTH_NULL: in nfs_find_best_sec()
|
A D | fs_context.c | 385 pseudoflavor = RPC_AUTH_NULL; in nfs_parse_security_flavors()
|
A D | nfs4proc.c | 4018 RPC_AUTH_NULL, in nfs4_find_root_sec() 9923 case RPC_AUTH_NULL: in nfs41_find_root_sec()
|
/linux/net/sunrpc/auth_gss/ |
A D | gss_rpc_upcall.c | 93 .authflavor = RPC_AUTH_NULL, in gssp_rpc_create()
|
A D | svcauth_gss.c | 761 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf() 1093 if (svc_getnl(argv) != RPC_AUTH_NULL) in gss_read_common_verf()
|
/linux/fs/lockd/ |
A D | mon.c | 83 .authflavor = RPC_AUTH_NULL, in nsm_create()
|
A D | svc.c | 650 case RPC_AUTH_NULL: in lockd_authenticate()
|
/linux/fs/nfsd/ |
A D | trace.h | 914 TRACE_DEFINE_ENUM(RPC_AUTH_NULL); 923 { RPC_AUTH_NULL, "none" }, \
|
A D | export.c | 1051 if (rqstp->rq_cred.cr_flavor == RPC_AUTH_NULL || in check_nfsd_access()
|
A D | nfs4xdr.c | 743 case RPC_AUTH_NULL: in nfsd4_decode_cb_sec() 746 cbs->flavor = RPC_AUTH_NULL; in nfsd4_decode_cb_sec() 4203 flavs[1].pseudoflavor = RPC_AUTH_NULL; in nfsd4_do_encode_secinfo()
|
A D | nfs4state.c | 3396 case RPC_AUTH_NULL: in nfsd4_check_cb_sec()
|
Completed in 72 milliseconds