Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc.c1255 int auth_res, rc; in svc_process_common() local
1297 auth_res = svc_authenticate(rqstp); in svc_process_common()
1299 if (auth_res == SVC_OK && progp) in svc_process_common()
1300 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1301 if (auth_res != SVC_OK) in svc_process_common()
1302 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()
1303 switch (auth_res) { in svc_process_common()
/linux/include/trace/events/
A Dsunrpc.h1609 TP_PROTO(const struct svc_rqst *rqst, int auth_res),
1611 TP_ARGS(rqst, auth_res),
1621 __entry->svc_status = auth_res;

Completed in 7 milliseconds