Searched refs:crmatch (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sunrpc/ |
| A D | auth_null.c | 128 .crmatch = nul_match,
|
| A D | auth_unix.c | 229 .crmatch = unx_match,
|
| A D | auth.c | 530 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache() 549 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
|
| /linux/include/linux/sunrpc/ |
| A D | auth.h | 129 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
| /linux/net/sunrpc/auth_gss/ |
| A D | auth_gss.c | 2159 .crmatch = gss_match, 2173 .crmatch = gss_match,
|
Completed in 13 milliseconds