Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfsmount.h57 int nm_sotype; /* Type of socket */ member
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h97 #define nm_sotype nm_sockreq.nr_sotype macro
H A Dnfs_clvfsops.c200 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_iosize()
738 adjsock |= ((nmp->nm_sotype != argp->sotype) || in nfs_decode_args()
744 if (nmp->nm_sotype == SOCK_STREAM) { in nfs_decode_args()
753 nmp->nm_sotype = argp->sotype; in nfs_decode_args()
755 if (nmp->nm_sotype == SOCK_DGRAM) in nfs_decode_args()
763 nmp->nm_sotype = argp->sotype; in nfs_decode_args()
1264 if (args.sotype == SOCK_DGRAM && nmp->nm_sotype == SOCK_STREAM) in nfs_mount()
1671 nmp->nm_sotype = argp->sotype; in mountnfs()
2220 nfscl_printopt(nmp, nmp->nm_sotype == SOCK_STREAM, ",tcp", &buf, &blen); in nfscl_retopts()
2221 nfscl_printopt(nmp, nmp->nm_sotype != SOCK_STREAM, ",udp", &buf, &blen); in nfscl_retopts()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c389 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_connect()