Home
last modified time | relevance | path

Searched refs:SVC_CLOSE (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
H A Dsvcauth_unix.c711 return SVC_CLOSE; in svcauth_unix_set_client()
728 return SVC_CLOSE; in svcauth_unix_set_client()
783 return SVC_CLOSE; /* kmalloc failure - client must retry */ in svcauth_null_accept()
787 return SVC_CLOSE; in svcauth_null_accept()
789 return SVC_CLOSE; in svcauth_null_accept()
868 return SVC_CLOSE; in svcauth_tls_accept()
873 return SVC_CLOSE; in svcauth_tls_accept()
885 return SVC_CLOSE; in svcauth_tls_accept()
888 return SVC_CLOSE; in svcauth_tls_accept()
965 return SVC_CLOSE; in svcauth_unix_accept()
[all …]
H A Dsvc.c1377 case SVC_CLOSE: in svc_process_common()
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1002 if (stat == SVC_DROP || stat == SVC_CLOSE) in svcauth_gss_set_client()
1057 return SVC_CLOSE; in gss_read_proxy_verf()
1166 return SVC_CLOSE; in svcauth_gss_legacy_init()
1187 return SVC_CLOSE; in svcauth_gss_legacy_init()
1196 return SVC_CLOSE; in svcauth_gss_legacy_init()
1199 return SVC_CLOSE; in svcauth_gss_legacy_init()
1201 ret = SVC_CLOSE; in svcauth_gss_legacy_init()
1306 ret = SVC_CLOSE; in svcauth_gss_proxy_init()
1617 * %SVC_CLOSE: Temporary failure
1740 ret = SVC_CLOSE; in svcauth_gss_accept()
[all...]
/linux/include/linux/sunrpc/
H A Dsvcauth.h94 SVC_CLOSE, enumerator
/linux/include/trace/events/
H A Dsunrpc.h1700 TRACE_DEFINE_ENUM(SVC_CLOSE);
1713 { SVC_CLOSE, "SVC_CLOSE" }, \