Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dauth.h135 int (*list_pseudoflavors)(rpc_authflavor_t *, int); member
/Linux-v4.19/net/sunrpc/
Dauth.c231 if (ops->list_pseudoflavors == NULL) { in rpcauth_list_flavors()
235 len = ops->list_pseudoflavors(pseudos, ARRAY_SIZE(pseudos)); in rpcauth_list_flavors()
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c2037 .list_pseudoflavors = gss_mech_list_pseudoflavors,