Searched refs:use_gss_proxy (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sunrpc/
H A Dnetns.h32 int use_gss_proxy; member in struct:sunrpc_net
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1354 * Try to set the sn->use_gss_proxy variable to a new value. We only allow
1364 ret = cmpxchg(&sn->use_gss_proxy, -1, type);
1370 static bool use_gss_proxy(struct net *net) function
1374 /* If use_gss_proxy is still undefined, then try to disable it */
1375 if (sn->use_gss_proxy == -1)
1377 return sn->use_gss_proxy;
1400 if (!use_gss_proxy(SVC_NET(rqstp)))
1444 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy);
1468 sn->use_gss_proxy = -1;

Completed in 126 milliseconds