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