Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dsvc.c1294 int auth_res; in svc_process_common() local
1336 auth_res = svc_authenticate(rqstp); in svc_process_common()
1338 if (auth_res == SVC_OK && progp) in svc_process_common()
1339 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1340 if (auth_res != SVC_OK) in svc_process_common()
1341 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()
1342 switch (auth_res) { in svc_process_common()
/Linux-v5.15/include/trace/events/
Dsunrpc.h1584 TP_PROTO(const struct svc_rqst *rqst, int auth_res),
1586 TP_ARGS(rqst, auth_res),
1596 __entry->svc_status = auth_res;