Lines Matching refs:sn
1242 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local
1251 rsip = rsi_lookup(sn->rsi_cache, &rsikey); in svcauth_gss_legacy_init()
1255 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
1261 if (gss_write_init_verf(sn->rsc_cache, rqstp, in svcauth_gss_legacy_init()
1271 cache_put(&rsip->h, sn->rsi_cache); in svcauth_gss_legacy_init()
1357 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local
1378 status = gss_proxy_save_rsc(sn->rsc_cache, &ud, &handle); in svcauth_gss_proxy_init()
1389 if (gss_write_init_verf(sn->rsc_cache, rqstp, in svcauth_gss_proxy_init()
1411 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local
1415 ret = cmpxchg(&sn->use_gss_proxy, -1, type); in set_gss_proxy()
1423 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local
1426 if (sn->use_gss_proxy == -1) in use_gss_proxy()
1428 return sn->use_gss_proxy; in use_gss_proxy()
1465 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local
1470 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp()
1491 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local
1492 struct proc_dir_entry **p = &sn->use_gssp_proc; in create_use_gss_proxy_proc_entry()
1494 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry()
1496 sn->proc_net_rpc, in create_use_gss_proxy_proc_entry()
1500 init_gssp_clnt(sn); in create_use_gss_proxy_proc_entry()
1506 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local
1508 if (sn->use_gssp_proc) { in destroy_use_gss_proxy_proc_entry()
1509 remove_proc_entry("use-gss-proxy", sn->proc_net_rpc); in destroy_use_gss_proxy_proc_entry()
1510 clear_gssp_clnt(sn); in destroy_use_gss_proxy_proc_entry()
1544 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local
1595 rsci = gss_svc_searchbyctx(sn->rsc_cache, &gc->gc_ctx); in svcauth_gss_accept()
1618 sunrpc_cache_unhash(sn->rsc_cache, &rsci->h); in svcauth_gss_accept()
1680 cache_put(&rsci->h, sn->rsc_cache); in svcauth_gss_accept()
1836 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_release() local
1882 cache_put(&gsd->rsci->h, sn->rsc_cache); in svcauth_gss_release()
1916 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_create_net() local
1928 sn->rsi_cache = cd; in rsi_cache_create_net()
1934 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_destroy_net() local
1935 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
1937 sn->rsi_cache = NULL; in rsi_cache_destroy_net()
1945 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_create_net() local
1957 sn->rsc_cache = cd; in rsc_cache_create_net()
1963 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_destroy_net() local
1964 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()
1966 sn->rsc_cache = NULL; in rsc_cache_destroy_net()