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

/freebsd-13-stable/sys/nfsclient/
H A Dnfsmount.h60 int nm_sotype; /* Type of socket */ member in struct:nfsmount
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfsmount.h91 #define nm_sotype nm_sockreq.nr_sotype macro
H A Dnfs_clvfsops.c200 if (nmp->nm_sotype == SOCK_DGRAM)
704 adjsock |= ((nmp->nm_sotype != argp->sotype) ||
710 if (nmp->nm_sotype == SOCK_STREAM) {
719 nmp->nm_sotype = argp->sotype;
721 if (nmp->nm_sotype == SOCK_DGRAM)
729 nmp->nm_sotype = argp->sotype;
1213 if (args.sotype == SOCK_DGRAM && nmp->nm_sotype == SOCK_STREAM)
1562 nmp->nm_sotype = argp->sotype;
2054 nfscl_printopt(nmp, nmp->nm_sotype == SOCK_STREAM, ",tcp", &buf, &blen);
2055 nfscl_printopt(nmp, nmp->nm_sotype !
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c291 if (nmp->nm_sotype == SOCK_DGRAM)

Completed in 165 milliseconds