Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
1447 dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat)); in svc_process_common()
1453 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()
/kernel/linux/linux-5.10/include/trace/events/
Dsunrpc.h1550 TP_PROTO(const struct svc_rqst *rqst, int auth_res, __be32 auth_stat),
1552 TP_ARGS(rqst, auth_res, auth_stat),
1557 __field(unsigned long, auth_stat)
1563 __entry->auth_stat = be32_to_cpu(auth_stat);
1568 rpc_show_auth_stat(__entry->auth_stat))