Home
last modified time | relevance | path

Searched refs:XPRT_TRANSPORT_UDP (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfs/
Dsuper.c993 case XPRT_TRANSPORT_UDP: in nfs_validate_transport_protocol()
1010 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP || in nfs_set_mount_transport_protocol()
1014 case XPRT_TRANSPORT_UDP: in nfs_set_mount_transport_protocol()
1015 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()
1286 mnt->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()
1462 mnt->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()
1502 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()
2060 args->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs23_validate_mount_data()
2181 if (args->nfs_server.protocol == XPRT_TRANSPORT_UDP) in nfs_validate_text_mount_data()
2844 if (args->nfs_server.protocol == XPRT_TRANSPORT_UDP) in nfs4_validate_mount_data()
Dclient.c480 case XPRT_TRANSPORT_UDP: in nfs_init_timeout_values()
578 case XPRT_TRANSPORT_UDP: in nfs_start_lockd()
/linux-4.19.296/include/linux/sunrpc/
Dxprt.h169 XPRT_TRANSPORT_UDP = IPPROTO_UDP, enumerator