Searched refs:nm_sotype (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/nfsclient/ |
| HD | nfs_krpc.c | 217 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()
|
| HD | nfsmount.h | 58 int nm_sotype; /* Type of socket */ member
|
| HD | nfs_vfsops.c | 745 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/ |
| HD | nfs_clvfsops.c | 190 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()
|
| HD | nfsmount.h | 86 #define nm_sotype nm_sockreq.nr_sotype macro
|
| /trueos/sys/fs/nfs/ |
| HD | nfs_commonkrpc.c | 271 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_connect()
|