Home
last modified time | relevance | path

Searched refs:svcxdr_set_accept_stat (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
H A Dsvcauth_unix.c1057 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_null_accept()
1156 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_tls_accept()
1252 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_unix_accept()
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1208 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_gss_legacy_init()
1336 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_gss_proxy_init()
1688 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_gss_accept()
1697 if (!svcxdr_set_accept_stat(rqstp)) in svcauth_gss_accept()
/linux/include/linux/sunrpc/
H A Dsvc.h621 static inline bool svcxdr_set_accept_stat(struct svc_rqst *rqstp) in svcxdr_set_accept_stat() function