Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c1298 enum svc_auth_status auth_res; in svc_process_common() local
1333 auth_res = svc_authenticate(rqstp); in svc_process_common()
1335 if (auth_res == SVC_OK && progp) in svc_process_common()
1336 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1337 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()
1338 switch (auth_res) { in svc_process_common()
1354 pr_warn_once("Unexpected svc_auth_status (%d)\n", auth_res); in svc_process_common()
/linux/include/trace/events/
H A Dsunrpc.h1745 enum svc_auth_status auth_res
1748 TP_ARGS(rqst, auth_res),
1750 TP_CONDITION(auth_res != SVC_OK && auth_res != SVC_COMPLETE),
1762 __entry->svc_status = auth_res;