Home
last modified time | relevance | path

Searched refs:nm_sotype (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/nfsclient/
HDnfs_krpc.c217 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_connect()
222 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_connect()
237 if (nmp->nm_sotype == SOCK_DGRAM) { in nfs_connect()
241 } else if (nmp->nm_sotype == SOCK_SEQPACKET) { in nfs_connect()
246 if (nmp->nm_sotype != SOCK_STREAM) in nfs_connect()
263 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_connect()
518 if (nmp->nm_sotype == SOCK_DGRAM) { in nfs_request()
HDnfsmount.h58 int nm_sotype; /* Type of socket */ member
HDnfs_vfsops.c745 adjsock |= ((nmp->nm_sotype != argp->sotype) || in nfs_decode_args()
747 nmp->nm_sotype = argp->sotype; in nfs_decode_args()
752 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_decode_args()
1129 if (args.sotype == SOCK_DGRAM && nmp->nm_sotype == SOCK_STREAM) in nfs_mount()
1298 nmp->nm_sotype = argp->sotype; in mountnfs()
1308 if (nmp->nm_sotype == SOCK_DGRAM && in mountnfs()
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c190 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_iosize()
686 adjsock |= ((nmp->nm_sotype != argp->sotype) || in nfs_decode_args()
692 if (nmp->nm_sotype == SOCK_STREAM) { in nfs_decode_args()
701 nmp->nm_sotype = argp->sotype; in nfs_decode_args()
703 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_decode_args()
711 nmp->nm_sotype = argp->sotype; in nfs_decode_args()
1068 if (args.sotype == SOCK_DGRAM && nmp->nm_sotype == SOCK_STREAM) in nfs_mount()
1367 nmp->nm_sotype = argp->sotype; in mountnfs()
1824 nfscl_printopt(nmp, nmp->nm_sotype == SOCK_STREAM, ",tcp", &buf, &blen); in nfscl_retopts()
1825 nfscl_printopt(nmp, nmp->nm_sotype != SOCK_STREAM, ",udp", &buf, &blen); in nfscl_retopts()
HDnfsmount.h86 #define nm_sotype nm_sockreq.nr_sotype macro
/trueos/sys/fs/nfs/
HDnfs_commonkrpc.c271 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_connect()