Searched refs:use_gss_proxy (Results 1 – 2 of 2) sorted by relevance
32 int use_gss_proxy; member
1348 * Try to set the sn->use_gss_proxy variable to a new value. We only allow1358 ret = cmpxchg(&sn->use_gss_proxy, -1, type); in set_gss_proxy() 1364 static bool use_gss_proxy(struct net *net) in use_gss_proxy() function 1368 /* If use_gss_proxy is still undefined, then try to disable it */ in use_gss_proxy() 1369 if (sn->use_gss_proxy == -1) in use_gss_proxy() 1371 return sn->use_gss_proxy; in use_gss_proxy() 1394 if (!use_gss_proxy(SVC_NET(rqstp))) in svcauth_gss_proc_init() 1438 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp() 1462 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry()