Lines Matching refs:sn
1247 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local
1256 rsip = rsi_lookup(sn->rsi_cache, &rsikey); in svcauth_gss_legacy_init()
1260 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
1266 if (gss_write_init_verf(sn->rsc_cache, rqstp, in svcauth_gss_legacy_init()
1276 cache_put(&rsip->h, sn->rsi_cache); in svcauth_gss_legacy_init()
1362 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local
1383 status = gss_proxy_save_rsc(sn->rsc_cache, &ud, &handle); in svcauth_gss_proxy_init()
1394 if (gss_write_init_verf(sn->rsc_cache, rqstp, in svcauth_gss_proxy_init()
1416 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local
1420 ret = cmpxchg(&sn->use_gss_proxy, -1, type); in set_gss_proxy()
1428 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local
1431 if (sn->use_gss_proxy == -1) in use_gss_proxy()
1433 return sn->use_gss_proxy; in use_gss_proxy()
1470 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local
1475 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp()
1496 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local
1497 struct proc_dir_entry **p = &sn->use_gssp_proc; in create_use_gss_proxy_proc_entry()
1499 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry()
1501 sn->proc_net_rpc, in create_use_gss_proxy_proc_entry()
1505 init_gssp_clnt(sn); in create_use_gss_proxy_proc_entry()
1511 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local
1513 if (sn->use_gssp_proc) { in destroy_use_gss_proxy_proc_entry()
1514 remove_proc_entry("use-gss-proxy", sn->proc_net_rpc); in destroy_use_gss_proxy_proc_entry()
1515 clear_gssp_clnt(sn); in destroy_use_gss_proxy_proc_entry()
1549 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local
1600 rsci = gss_svc_searchbyctx(sn->rsc_cache, &gc->gc_ctx); in svcauth_gss_accept()
1623 sunrpc_cache_unhash(sn->rsc_cache, &rsci->h); in svcauth_gss_accept()
1685 cache_put(&rsci->h, sn->rsc_cache); in svcauth_gss_accept()
1841 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_release() local
1887 cache_put(&gsd->rsci->h, sn->rsc_cache); in svcauth_gss_release()
1921 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_create_net() local
1933 sn->rsi_cache = cd; in rsi_cache_create_net()
1939 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_destroy_net() local
1940 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
1942 sn->rsi_cache = NULL; in rsi_cache_destroy_net()
1950 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_create_net() local
1962 sn->rsc_cache = cd; in rsc_cache_create_net()
1968 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_destroy_net() local
1969 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()
1971 sn->rsc_cache = NULL; in rsc_cache_destroy_net()