Lines Matching refs:rc_sockref
348 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()
791 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrc_freecache()
851 if (sockref == rp->rc_sockref) { in nfsrc_trimcache()