Searched refs:SVC_GARBAGE (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/sunrpc/
H A Dsvcauth_unix.c748 * %SVC_GARBAGE: Failed to decode credential or verifier
763 return SVC_GARBAGE;
771 return SVC_GARBAGE;
825 * %SVC_GARBAGE: Failed to decode credential or verifier
842 return SVC_GARBAGE;
850 return SVC_GARBAGE;
910 * %SVC_GARBAGE: Failed to decode credential or verifier
932 return SVC_GARBAGE;
935 return SVC_GARBAGE;
937 return SVC_GARBAGE;
[all...]
H A Dsvcauth.c70 * %SVC_GARBAGE: Failed to decode credential or verifier
87 return SVC_GARBAGE;
H A Dsvc.c1343 case SVC_GARBAGE:
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h87 SVC_GARBAGE = 1, enumerator in enum:svc_auth_status
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1389 return SVC_GARBAGE;
1622 * %SVC_GARBAGE: Failed to decode credential or verifier
1736 ret = SVC_GARBAGE;
/linux-master/include/trace/events/
H A Dsunrpc.h1700 TRACE_DEFINE_ENUM(SVC_GARBAGE);
1713 { SVC_GARBAGE, "SVC_GARBAGE" }, \

Completed in 154 milliseconds