Searched refs:nm_sotype (Results 1 – 6 of 6) sorted by relevance
2396 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 …]
339 uint8_t nm_sotype; /* (preferred) type of socket */ member
1236 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()
444 if (nmp->nm_sotype != SOCK_DGRAM) { in nfs3_lockd_request()
1225 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()
863 recordmark = (req->r_nmp->nm_sotype == SOCK_STREAM); in nfs_gss_clnt_cred_put()