Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dauth_null.c128 .crmatch = nul_match,
Dauth_unix.c243 .crmatch = unx_match,
Dauth_generic.c288 .crmatch = generic_match,
Dauth.c558 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
591 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
/linux-4.1.27/include/linux/sunrpc/
Dauth.h133 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c1993 .crmatch = gss_match,
2007 .crmatch = gss_match,