Home
last modified time | relevance | path

Searched refs:auth_stat (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/sunrpc/
Dsvc.c1280 __be32 auth_stat, rpc_stat; in svc_process_common() local
1323 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common()
1326 auth_stat = rpc_autherr_badcred; in svc_process_common()
1330 trace_svc_authenticate(rqstp, auth_res, auth_stat); in svc_process_common()
1389 auth_stat = svc_get_autherr(rqstp, statp); in svc_process_common()
1390 if (auth_stat != rpc_auth_ok) in svc_process_common()
1445 dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat)); in svc_process_common()
1451 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()
/Linux-v5.10/include/trace/events/
Dsunrpc.h1552 TP_PROTO(const struct svc_rqst *rqst, int auth_res, __be32 auth_stat),
1554 TP_ARGS(rqst, auth_res, auth_stat),
1559 __field(unsigned long, auth_stat)
1565 __entry->auth_stat = be32_to_cpu(auth_stat);
1570 rpc_show_auth_stat(__entry->auth_stat))