Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dauth.h140 char * (*crstringify_acceptor)(struct rpc_cred *); member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dauth.h142 char * (*crstringify_acceptor)(struct rpc_cred *); member
/kernel/linux/linux-5.10/net/sunrpc/
H A Dauth.c317 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
319 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dauth.c314 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
316 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dauth_gss.c2181 .crstringify_acceptor = gss_stringify_acceptor,
2194 .crstringify_acceptor = gss_stringify_acceptor,
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dauth_gss.c2201 .crstringify_acceptor = gss_stringify_acceptor,
2214 .crstringify_acceptor = gss_stringify_acceptor,

Completed in 12 milliseconds