Lines Matching refs:sn
1162 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_legacy_init() local
1193 rsip = rsi_lookup(sn->rsi_cache, &rsikey); in svcauth_gss_legacy_init()
1197 if (cache_check(sn->rsi_cache, &rsip->h, &rqstp->rq_chandle) < 0) in svcauth_gss_legacy_init()
1202 if (!svcauth_gss_proc_init_verf(sn->rsc_cache, rqstp, &rsip->out_handle, in svcauth_gss_legacy_init()
1214 cache_put(&rsip->h, sn->rsi_cache); in svcauth_gss_legacy_init()
1299 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in svcauth_gss_proxy_init() local
1320 status = gss_proxy_save_rsc(sn->rsc_cache, &ud, &handle); in svcauth_gss_proxy_init()
1330 if (!svcauth_gss_proc_init_verf(sn->rsc_cache, rqstp, &cli_handle, in svcauth_gss_proxy_init()
1354 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in set_gss_proxy() local
1358 ret = cmpxchg(&sn->use_gss_proxy, -1, type); in set_gss_proxy()
1366 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in use_gss_proxy() local
1369 if (sn->use_gss_proxy == -1) in use_gss_proxy()
1371 return sn->use_gss_proxy; in use_gss_proxy()
1433 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in read_gssp() local
1438 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp()
1459 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_use_gss_proxy_proc_entry() local
1460 struct proc_dir_entry **p = &sn->use_gssp_proc; in create_use_gss_proxy_proc_entry()
1462 sn->use_gss_proxy = -1; in create_use_gss_proxy_proc_entry()
1464 sn->proc_net_rpc, in create_use_gss_proxy_proc_entry()
1468 init_gssp_clnt(sn); in create_use_gss_proxy_proc_entry()
1474 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_use_gss_proxy_proc_entry() local
1476 if (sn->use_gssp_proc) { in destroy_use_gss_proxy_proc_entry()
1477 remove_proc_entry("use-gss-proxy", sn->proc_net_rpc); in destroy_use_gss_proxy_proc_entry()
1478 clear_gssp_clnt(sn); in destroy_use_gss_proxy_proc_entry()
1514 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in create_krb5_enctypes_proc_entry() local
1516 sn->gss_krb5_enctypes = in create_krb5_enctypes_proc_entry()
1518 sn->proc_net_rpc, &gss_krb5_enctypes_proc_ops, in create_krb5_enctypes_proc_entry()
1520 return sn->gss_krb5_enctypes ? 0 : -ENOMEM; in create_krb5_enctypes_proc_entry()
1525 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in destroy_krb5_enctypes_proc_entry() local
1527 if (sn->gss_krb5_enctypes) in destroy_krb5_enctypes_proc_entry()
1528 remove_proc_entry("gss_krb5_enctypes", sn->proc_net_rpc); in destroy_krb5_enctypes_proc_entry()
1629 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_accept() local
1658 rsci = gss_svc_searchbyctx(sn->rsc_cache, &gc->gc_ctx); in svcauth_gss_accept()
1685 sunrpc_cache_unhash(sn->rsc_cache, &rsci->h); in svcauth_gss_accept()
1743 cache_put(&rsci->h, sn->rsc_cache); in svcauth_gss_accept()
1936 struct sunrpc_net *sn = net_generic(SVC_NET(rqstp), sunrpc_net_id); in svcauth_gss_release() local
1979 cache_put(&gsd->rsci->h, sn->rsc_cache); in svcauth_gss_release()
2019 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_create_net() local
2031 sn->rsi_cache = cd; in rsi_cache_create_net()
2037 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsi_cache_destroy_net() local
2038 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
2040 sn->rsi_cache = NULL; in rsi_cache_destroy_net()
2048 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_create_net() local
2060 sn->rsc_cache = cd; in rsc_cache_create_net()
2066 struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); in rsc_cache_destroy_net() local
2067 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()
2069 sn->rsc_cache = NULL; in rsc_cache_destroy_net()