Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dsvc.c1238 int auth_res, rc; in svc_process_common() local
1280 auth_res = svc_authenticate(rqstp); in svc_process_common()
1282 if (auth_res == SVC_OK && progp) in svc_process_common()
1283 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1284 if (auth_res != SVC_OK) in svc_process_common()
1285 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()
1286 switch (auth_res) { in svc_process_common()
/Linux-v6.1/include/trace/events/
Dsunrpc.h1670 TP_PROTO(const struct svc_rqst *rqst, int auth_res),
1672 TP_ARGS(rqst, auth_res),
1684 __entry->svc_status = auth_res;