Home
last modified time | relevance | path

Searched refs:rc_sockref (Results 1 – 2 of 2) sorted by relevance

/src/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c355 newrp->rc_sockref = nd->nd_sockref; in nfsrvd_getcache()
593 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrvd_sentcache()
635 newrp->rc_sockref == rp->rc_sockref)) && in nfsrc_gettcp()
639 newrp->rc_sockref != rp->rc_sockref && in nfsrc_gettcp()
691 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
692 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
700 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
701 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
709 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
710 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
[all …]
/src/sys/fs/nfs/
H A Dnfsrvcache.h80 #define rc_sockref rc_un2.ot.sockref macro