Home
last modified time | relevance | path

Searched refs:auth_res (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvc.c1285 int auth_res; in svc_process_common() local
1327 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common()
1329 if (auth_res == SVC_OK && progp) { in svc_process_common()
1331 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1333 if (auth_res != SVC_OK) in svc_process_common()
1334 trace_svc_authenticate(rqstp, auth_res, auth_stat); in svc_process_common()
1335 switch (auth_res) { in svc_process_common()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvc.c1300 enum svc_auth_status auth_res; in svc_process_common() local
1337 auth_res = svc_authenticate(rqstp); in svc_process_common()
1339 if (auth_res == SVC_OK && progp) in svc_process_common()
1340 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1341 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()
1342 switch (auth_res) { in svc_process_common()
1358 pr_warn_once("Unexpected svc_auth_status (%d)\n", auth_res); in svc_process_common()
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h1748 enum svc_auth_status auth_res
1751 TP_ARGS(rqst, auth_res),
1753 TP_CONDITION(auth_res != SVC_OK && auth_res != SVC_COMPLETE),
1765 __entry->svc_status = auth_res;
1770 " auth_res=%s auth_stat=%s",
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h1550 TP_PROTO(const struct svc_rqst *rqst, int auth_res, __be32 auth_stat),
1552 TP_ARGS(rqst, auth_res, auth_stat),
1562 __entry->svc_status = auth_res;
1566 TP_printk("xid=0x%08x auth_res=%s auth_stat=%s",

Completed in 16 milliseconds