Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdcache.c348 newrp->rc_sockref = nd->nd_sockref; in nfsrvd_getcache()
585 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrvd_sentcache()
627 newrp->rc_sockref == rp->rc_sockref)) && in nfsrc_gettcp()
631 newrp->rc_sockref != rp->rc_sockref && in nfsrc_gettcp()
683 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
684 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
692 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
693 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
701 if (newrp->rc_sockref == rp->rc_sockref) in nfsrc_gettcp()
702 nfsrc_marksametcpconn(rp->rc_sockref); in nfsrc_gettcp()
[all …]
/NextBSD/sys/fs/nfs/
HDnfsrvcache.h80 #define rc_sockref rc_un2.ot.sockref macro