Home
last modified time | relevance | path

Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_null.c130 .crmatch = nul_match,
Dauth_unix.c250 .crmatch = unx_match,
Dauth_generic.c297 .crmatch = generic_match,
Dauth.c561 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
594 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h148 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c2047 .crmatch = gss_match,
2061 .crmatch = gss_match,