Home
last modified time | relevance | path

Searched refs:auth_err (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c1550 goto auth_err; in svcauth_gss_accept()
1568 goto auth_err; in svcauth_gss_accept()
1571 goto auth_err; in svcauth_gss_accept()
1576 goto auth_err; in svcauth_gss_accept()
1578 goto auth_err; in svcauth_gss_accept()
1581 goto auth_err; in svcauth_gss_accept()
1597 goto auth_err; in svcauth_gss_accept()
1602 goto auth_err; in svcauth_gss_accept()
1609 goto auth_err; in svcauth_gss_accept()
1616 goto auth_err; in svcauth_gss_accept()
[all …]
/kernel/linux/linux-5.10/net/ceph/
Dceph_common.c690 client->auth_err = 0; in ceph_create_client()
781 have_mon_and_osd_map(client) || (client->auth_err < 0), in __ceph_open_session()
785 if (client->auth_err < 0) in __ceph_open_session()
786 return client->auth_err; in __ceph_open_session()
Dmon_client.c1218 monc->client->auth_err = ret; in handle_auth_reply()
1235 if (monc->client->auth_err < 0) in handle_auth_reply()
/kernel/linux/linux-5.10/include/linux/ceph/
Dlibceph.h132 int auth_err; member
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h531 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc.c1161 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() argument
1164 return auth_err; in svc_return_autherr()