Home
last modified time | relevance | path

Searched refs:XPRT_TRANSPORT_TCP (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dfs_context.c279 case XPRT_TRANSPORT_TCP: in nfs_validate_transport_protocol()
283 ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_validate_transport_protocol()
296 ctx->mount_server.protocol == XPRT_TRANSPORT_TCP) in nfs_set_mount_transport_protocol()
302 case XPRT_TRANSPORT_TCP: in nfs_set_mount_transport_protocol()
304 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()
514 ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_fs_context_parse_param()
665 ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_fs_context_parse_param()
696 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_fs_context_parse_param()
1487 ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_init_fs_context()
Dnfs3client.c105 if (mds_clp->cl_nconnect > 1 && ds_proto == XPRT_TRANSPORT_TCP) in nfs3_set_ds_client()
Dnfs4client.c886 if (proto == XPRT_TRANSPORT_TCP) in nfs4_set_client()
955 if (mds_clp->cl_nconnect > 1 && ds_proto == XPRT_TRANSPORT_TCP) in nfs4_set_ds_client()
1225 XPRT_TRANSPORT_TCP, in nfs4_create_referral_server()
Dpnfs_nfs.c854 .ident = XPRT_TRANSPORT_TCP, in _nfs4_pnfs_v3_ds_connect()
905 .ident = XPRT_TRANSPORT_TCP, in _nfs4_pnfs_v4_ds_connect()
Dclient.c463 case XPRT_TRANSPORT_TCP: in nfs_init_timeout_values()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxprt.h178 XPRT_TRANSPORT_TCP = IPPROTO_TCP, enumerator
/kernel/linux/linux-5.10/fs/lockd/
Dmon.c76 .protocol = XPRT_TRANSPORT_TCP, in nsm_create()
/kernel/linux/linux-5.10/net/sunrpc/
Drpcb_clnt.c285 .protocol = XPRT_TRANSPORT_TCP, in rpcb_create_local_net()
Dsvcsock.c1228 .xcl_ident = XPRT_TRANSPORT_TCP,
Dxprtsock.c3121 .ident = XPRT_TRANSPORT_TCP,
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4callback.c914 args.protocol = XPRT_TRANSPORT_TCP; in setup_callback_client()