Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_vfsops.c2392 nmp->nm_sotype = 0; in mountnfs()
2613 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2615 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2617 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2620 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2623 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2626 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2636 nmp->nm_sotype = SOCK_STREAM; in mountnfs()
2639 nmp->nm_sotype = SOCK_DGRAM; in mountnfs()
2644 if (!error && (nmp->nm_vers >= NFS_VER4) && nmp->nm_sotype && in mountnfs()
[all …]
H A Dnfsmount.h340 uint8_t nm_sotype; /* (preferred) type of socket */ member
H A Dnfs_socket.c1233 uint8_t sotype = nmp->nm_sotype ? nmp->nm_sotype : SOCK_STREAM; in nfs_connect()
1393 if (!error && (nss.nss_sotype == SOCK_STREAM) && !nmp->nm_sotype && (nmp->nm_vers < NFS_VER4)) { in nfs_connect()
1761 if (!nmp->nm_sotype) { in nfs_connect()
1762 nmp->nm_sotype = nso->nso_sotype; in nfs_connect()
1828 nmp->nm_sotype = 0; in nfs_connect()
3374 sotype = nmp->nm_sotype; in nfs_send()
3875 if (nmp->nm_sotype == SOCK_DGRAM) { in nfs_request_match_reply()
5449 if ((nmp->nm_sotype == SOCK_STREAM) && in nfs_request_timer()
5502 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.c1224 return nfsm_rpchead2(nmp, nmp->nm_sotype, NFS_PROG, nfsvers, proc, in nfsm_rpchead()
2319 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()