OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nm_sotype
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/fs/nfs/client/
nfsmount.h
88
#define
nm_sotype
nm_sockreq.nr_sotype
macro
nfs_clvfsops.c
197
if (nmp->
nm_sotype
== SOCK_DGRAM)
695
adjsock |= ((nmp->
nm_sotype
!= argp->sotype) ||
701
if (nmp->
nm_sotype
== SOCK_STREAM) {
710
nmp->
nm_sotype
= argp->sotype;
712
if (nmp->
nm_sotype
== SOCK_DGRAM)
720
nmp->
nm_sotype
= argp->sotype;
1176
if (args.sotype == SOCK_DGRAM && nmp->
nm_sotype
== SOCK_STREAM)
1495
nmp->
nm_sotype
= argp->sotype;
1952
nfscl_printopt(nmp, nmp->
nm_sotype
== SOCK_STREAM, ",tcp", &buf, &blen);
1953
nfscl_printopt(nmp, nmp->
nm_sotype
!= SOCK_STREAM, ",udp", &buf, &blen)
[
all
...]
/src/sys/nfs/
nfsmount.h
139
int
nm_sotype
; /* Type of socket */
member in struct:nfsmount
nfs_vfsops.c
547
adjsock |= ((nmp->
nm_sotype
!= argp->sotype) ||
549
nmp->
nm_sotype
= argp->sotype;
554
if (nmp->
nm_sotype
== SOCK_DGRAM)
605
args->sotype = nmp->
nm_sotype
;
753
nmp->
nm_sotype
= argp->sotype;
765
if (nmp->
nm_sotype
== SOCK_DGRAM &&
nfs_socket.c
194
nmp->
nm_sotype
, nmp->nm_soproto, l, NULL);
287
if (nmp->
nm_sotype
== SOCK_DGRAM) {
291
} else if (nmp->
nm_sotype
== SOCK_SEQPACKET) {
297
if (nmp->
nm_sotype
!= SOCK_STREAM)
806
if (nmp->
nm_sotype
!= SOCK_DGRAM) {
nfs_clntsocket.c
113
sotype = rep->r_nmp->
nm_sotype
;
630
if (nmp->
nm_sotype
== SOCK_STREAM) {
668
if (nmp->nm_so && (nmp->
nm_sotype
!= SOCK_DGRAM ||
718
if (nmp->
nm_sotype
!= SOCK_DGRAM)
nfs_subs.c
2052
if (req->r_nmp->
nm_sotype
== SOCK_STREAM)
/src/sys/fs/nfs/common/
nfs_commonkrpc.c
277
if (nmp->
nm_sotype
== SOCK_DGRAM)
Completed in 17 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025