Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c763 static struct auth_ops svcauthops_gss; variable
788 new->h.flavour = &svcauthops_gss; in svcauth_gss_register_pseudoflavor()
1754 static struct auth_ops svcauthops_gss = { variable
1855 return svc_auth_register(RPC_AUTH_GSS, &svcauthops_gss); in gss_svc_init()