Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c2396 nmp->nm_sotype = 0; in mountnfs()
2617 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2619 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2621 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2624 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2627 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2630 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2640 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2643 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2648 if (!error && (nmp->nm_vers >= NFS_VER4) && nmp->nm_sotype && in mountnfs()
[all …]
H A Dnfsmount.h339 uint8_t nm_sotype; /* (preferred) type of socket */ member
H A Dnfs_socket.c1236 uint8_t sotype = nmp->nm_sotype ? nmp->nm_sotype : SOCK_STREAM; in nfs_connect()
1396 if (!error && (nss.nss_sotype == SOCK_STREAM) && !nmp->nm_sotype && (nmp->nm_vers < NFS_VER4)) { in nfs_connect()
1759 if (!nmp->nm_sotype) { in nfs_connect()
1760 nmp->nm_sotype = nso->nso_sotype; in nfs_connect()
1826 nmp->nm_sotype = 0; in nfs_connect()
3372 sotype = nmp->nm_sotype; in nfs_send()
3873 if (nmp->nm_sotype == SOCK_DGRAM) { in nfs_request_match_reply()
5433 if ((nmp->nm_sotype == SOCK_STREAM) && in nfs_request_timer()
5486 if ((nmp->nm_sotype == SOCK_STREAM) && !(req->r_flags & R_MUSTRESEND)) { in nfs_request_timer()
H A Dnfs_lock.c444 if (nmp->nm_sotype != SOCK_DGRAM) { in nfs3_lockd_request()
H A Dnfs_subs.c1225 return nfsm_rpchead2(nmp, nmp->nm_sotype, NFS_PROG, nfsvers, proc, in nfsm_rpchead()
2321 nmp->nm_sotype == SOCK_STREAM ? "tcp" : "udp", in nfs_mountopts()
H A Dnfs_gss.c863 recordmark = (req->r_nmp->nm_sotype == SOCK_STREAM); in nfs_gss_clnt_cred_put()