Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h140 char * (*crstringify_acceptor)(struct rpc_cred *); member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c2166 .crstringify_acceptor = gss_stringify_acceptor,
2179 .crstringify_acceptor = gss_stringify_acceptor,