Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dauth.h142 char * (*crstringify_acceptor)(struct rpc_cred *); member
/linux/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()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c2203 .crstringify_acceptor = gss_stringify_acceptor,
2216 .crstringify_acceptor = gss_stringify_acceptor,