Home
last modified time | relevance | path

Searched refs:cl_xprtsec (Results 1 – 8 of 8) sorted by relevance

/linux/fs/nfs/
H A Dnfs3client.c120 if (mds_clp->cl_xprtsec.policy != RPC_XPRTSEC_NONE) in nfs3_set_ds_client()
121 cl_init.xprtsec = mds_clp->cl_xprtsec; in nfs3_set_ds_client()
H A Dnfs4client.c1006 if (mds_srv->nfs_client->cl_xprtsec.policy != RPC_XPRTSEC_NONE) in nfs4_set_ds_client()
1007 cl_init.xprtsec = mds_srv->nfs_client->cl_xprtsec; in nfs4_set_ds_client()
1258 .xprtsec = parent_client->cl_xprtsec, in nfs4_create_referral_server()
1285 if (parent_client->cl_xprtsec.policy != RPC_XPRTSEC_NONE) in nfs4_create_referral_server()
1353 .xprtsec = clp->cl_xprtsec, in nfs4_update_server()
H A Dclient.c193 clp->cl_xprtsec = cl_init->xprtsec; in nfs_alloc_client()
339 if (clp->cl_xprtsec.policy != data->xprtsec.policy) in nfs_match_client()
341 if (clp->cl_xprtsec.policy == RPC_XPRTSEC_TLS_X509) { in nfs_match_client()
342 if (clp->cl_xprtsec.cert_serial != in nfs_match_client()
345 if (clp->cl_xprtsec.privkey_serial != in nfs_match_client()
H A Dpnfs_nfs.c813 enum xprtsec_policies xprtsec_policy = mds_clp->cl_xprtsec.policy; in _nfs4_pnfs_v3_ds_connect()
837 .xprtsec = clp->cl_xprtsec, in _nfs4_pnfs_v3_ds_connect()
888 enum xprtsec_policies xprtsec_policy = mds_clp->cl_xprtsec.policy; in _nfs4_pnfs_v4_ds_connect()
908 .xprtsec = clp->cl_xprtsec, in _nfs4_pnfs_v4_ds_connect()
H A Dsuper.c510 switch (clp->cl_xprtsec.policy) { in nfs_show_mount_options()
/linux/include/linux/
H A Dnfs_fs_sb.h70 struct xprtsec_parms cl_xprtsec; /* xprt security policy */ member
/linux/net/sunrpc/
H A Dclnt.c381 clnt->cl_xprtsec = args->xprtsec; in rpc_new_client()
736 args->xprtsec = clnt->cl_xprtsec; in rpc_switch_client_transport()
3118 xprtargs->xprtsec = clnt->cl_xprtsec; in rpc_clnt_add_xprt()
/linux/include/trace/events/
H A Dsunrpc.h1545 __entry->requested_policy = clnt->cl_xprtsec.policy;