Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dauth.h120 int (*list_pseudoflavors)(rpc_authflavor_t *, int); member
/linux-4.1.27/net/sunrpc/
Dauth.c232 if (ops->list_pseudoflavors == NULL) { in rpcauth_list_flavors()
236 len = ops->list_pseudoflavors(pseudos, ARRAY_SIZE(pseudos)); in rpcauth_list_flavors()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c1983 .list_pseudoflavors = gss_mech_list_pseudoflavors,